Skip to content

Commit 00760bd

Browse files
committed
don't document utf8proc's 'lump' transformation, as discussed in #5576
1 parent d1ae1d2 commit 00760bd

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

doc/stdlib/base.rst

-1
Original file line numberDiff line numberDiff line change
@@ -973,7 +973,6 @@ Strings
973973
* ``decompose=true``: do canonical decomposition instead of canonical composition (``compose=true`` is ignored if present)
974974
* ``compat=true``: compatibility equivalents are canonicalized
975975
* ``casefold=true``: perform Unicode case folding, e.g. for case-insensitive string comparison
976-
* ``lump=true``: non--standard canonicalization of various similar-looking characters into a single ASCII character, as defined by the utf8proc library (e.g. fraction and division slashes, space characters, dash characters, etcetera)
977976
* ``newline2lf=true``, ``newline2ls=true``, or ``newline2ps=true``: convert various newline sequences (LF, CRLF, CR, NEL) into a linefeed (LF), line-separation (LS), or paragraph-separation (PS) character, respectively
978977
* ``stripmark=true``: strip diacritical marks (e.g. accents)
979978
* ``stripignore=true``: strip Unicode's "default ignorable" characters (e.g. the soft hyphen or the left-to-right marker)

0 commit comments

Comments
 (0)