[plt-scheme] 301.8

From: Matthew Flatt (mflatt at cs.utah.edu)
Date: Tue Feb 28 20:19:36 EST 2006

MzScheme and MrEd are now version 301.8 in the SVN repository trunk.

The new functions
  `string-normalize-nfd',
  `string-normalize-nfkd',
  `string-normalize-nfc', and
  `string-normalize-nfkc'
convert a string to Unicode normal form D, KD, C, and KC, respectively.

For now, these functions are not used anywhere within MzScheme (e.g.,
to normalize symbols or input streams), and I'm not sure whether they
should be.

Matthew



Posted on the users mailing list.