GNOME Bugzilla – Bug 313409
handling BACKSLASHes in unicode/NamesList.txt
Last modified: 2005-08-15 21:05:53 UTC
in ucd 4.1.0, U+1D6A[45] has "\" in their alias name ("=" in NamesList.txt). Attached patch handles "\"es in processors of NamesList.txt and Unihan.zip.
Created attachment 50655 [details] [review] patch for gucharmap/gen-guch-unicode-tables.pl to handle BACKSLASHes in input files current version makes warning on compiling unicode-nameslist.h with Unicode 4.1.0.
Created attachment 50656 [details] [review] patch for gucharmap/gen-guch-unicode-tables.pl to handle BACKSLASHes in input files Old patch, just removed unnecessary one for "x" in NamesList.txt
Looks fine, you can commit.
2005-08-15 Behdad Esfahbod <behdad@behdad.org> * src/gen-guch-unicode-tables.pl: Escape backslash when forming C strings. (#313409, Behnam Esfahbod)