Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Projets publics
Sympa
Commits
2d00d898
Commit
2d00d898
authored
Apr 22, 2021
by
IKEDA Soji
Browse files
typo in POD of Sympa::Tools::Text
parent
d75a3e5d
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/lib/Sympa/Tools/Text.pm
View file @
2d00d898
...
...
@@ -646,6 +646,13 @@ a Unicode string.
Forbidden sequences in binary string will be replaced by
U+FFFD REPLACEMENT CHARACTERs, and Normalization Form C (NFC) will be applied.
=item clip ( $string, $length )
I<Function>.
Clips $string according to $length by bytes,
considering boundary of grapheme clusters.
UTF-8 is assumed for $string as bytestring.
=item decode_filesystem_safe ( $str )
I<Function>.
...
...
@@ -836,12 +843,6 @@ Parameters:
E-mail address.
=item clip ( $string, $length )
Clips $string according to $length by bytes,
considering boundary of grapheme clusters.
UTF-8 is assumed for $string as bytestring.
=item decode_html =E<gt> 1
If set, arguments are assumed to include HTML entities.
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment