• Places
    • Home
    • Graphs
    • Prefixes
  • Admin
    • Users
    • Settings
    • Plugins
    • Statistics
  • CPACK
    • Home
    • List packs
    • Submit pack
  • Repository
    • Load local file
    • Load from HTTP
    • Load from library
    • Remove triples
    • Clear repository
  • Query
    • YASGUI SPARQL Editor
    • Simple Form
    • SWISH Prolog shell
  • Help
    • Documentation
    • Tutorial
    • Roadmap
    • HTTP Services
  • Login

/usr/lib/swipl/library/ext/utf8proc/unicode.pl
All Application Manual Name SummaryHelp

  • utf8proc
    • unicode.pl -- Unicode string handling
      • unicode_map/3
      • unicode_nfd/2
      • unicode_nfc/2
      • unicode_nfkd/2
      • unicode_nfkc/2
      • unicode_property/2
 unicode_nfc(+In, -Out) is det
Characters are decomposed and then recomposed by canonical equivalence. It is possible for the result to be a different sequence of characters than the original.
See also
- http://en.wikipedia.org/wiki/Unicode_equivalence#Normal_forms
ClioPatria (version V3.1.1-51-ga0b30a5)