Module gix_utils::str

source ·
Expand description

Functions§

  • Assure that s is decomposed, i.e. ä turns into a and <umlaut>.
  • Assure that s is precomposed, i.e. ä is a single code-point, and not two i.e. a and <umlaut>.
  • Return the precomposed version of name, or name itself if it contained illformed unicode, or if the unicode version didn’t contains decomposed unicode. Otherwise, similar to precompose()
  • Return the precomposed version of path, or path itself if it contained illformed unicode, or if the unicode version didn’t contains decomposed unicode. Otherwise, similar to precompose()