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
adb90256
Unverified
Commit
adb90256
authored
Apr 22, 2021
by
IKEDA Soji
Committed by
GitHub
Apr 22, 2021
Browse files
Merge pull request #1158 from ikedas/typo_Sympa_Tools_Text by ikedas
Fix to #1106
parents
1b6f21fb
2d00d898
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/lib/Sympa/Tools/Text.pm
View file @
adb90256
...
...
@@ -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