1 library(unicode): Unicode string handling
AllApplicationManualNameSummaryHelp

  • Documentation
    • Reference manual
    • Packages
      • SWI-Prolog Unicode library
        • library(unicode): Unicode string handling
          • unicode_map/3
          • unicode_nfd/2
          • unicode_nfc/2
          • unicode_nfkd/2
          • unicode_nfkc/2
          • unicode_property/2
Availability::- use_module(library(unicode)).(can be autoloaded)
Source[det]unicode_nfc(+In, -Out)
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