Skip to content

Commit

Permalink
don't document utf8proc's 'lump' transformation, as discussed in #5576
Browse files Browse the repository at this point in the history
  • Loading branch information
stevengj committed Feb 4, 2014
1 parent d1ae1d2 commit 00760bd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion doc/stdlib/base.rst
Original file line number Diff line number Diff line change
Expand Up @@ -973,7 +973,6 @@ Strings
* ``decompose=true``: do canonical decomposition instead of canonical composition (``compose=true`` is ignored if present)
* ``compat=true``: compatibility equivalents are canonicalized
* ``casefold=true``: perform Unicode case folding, e.g. for case-insensitive string comparison
* ``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)
* ``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
* ``stripmark=true``: strip diacritical marks (e.g. accents)
* ``stripignore=true``: strip Unicode's "default ignorable" characters (e.g. the soft hyphen or the left-to-right marker)
Expand Down

0 comments on commit 00760bd

Please sign in to comment.