NFD -> NFC

From: Markus Doppelbauer <doppelbauer_at_gmx.net>
Date: Tue, 11 Mar 2014 16:50:35 +0100
Hello,
 
I have an other problem making the normalization process binary
compatible with ICU.
Why does "30B9 3099" not combine to "30BA"?
 
Steps to reproduce:
wget http://doppelbauer.name/katakana.txt
uconv -f utf8 -t utf8 -x nfd <katakana.txt >ndf.txt
uconv -f utf8 -t utf8 -x nfc <ndf.txt >nfc.txt
diff katakana.txt nfc.txt
 
Expected result: "katakana.txt" == "nfc.txt"
 
uconv v2.1  ICU 4.8.1.1
 
Thanks a lot
Markus
 
 

_______________________________________________
Unicode mailing list
Unicode_at_unicode.org
http://unicode.org/mailman/listinfo/unicode
Received on Tue Mar 11 2014 - 10:51:51 CDT

This archive was generated by hypermail 2.2.0 : Tue Mar 11 2014 - 10:51:51 CDT