After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 313409 - handling BACKSLASHes in unicode/NamesList.txt
handling BACKSLASHes in unicode/NamesList.txt
Status: RESOLVED FIXED
Product: gucharmap
Classification: Core
Component: general
unspecified
Other Linux
: Normal normal
: ---
Assigned To: Noah Levitt
Noah Levitt
Depends on:
Blocks: 313411
 
 
Reported: 2005-08-13 18:31 UTC by Behnam Esfahbod
Modified: 2005-08-15 21:05 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
patch for gucharmap/gen-guch-unicode-tables.pl to handle BACKSLASHes in input files (1.84 KB, patch)
2005-08-13 18:34 UTC, Behnam Esfahbod
none Details | Review
patch for gucharmap/gen-guch-unicode-tables.pl to handle BACKSLASHes in input files (1.48 KB, patch)
2005-08-13 18:45 UTC, Behnam Esfahbod
committed Details | Review

Description Behnam Esfahbod 2005-08-13 18:31:54 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.
Comment 1 Behnam Esfahbod 2005-08-13 18:34:18 UTC
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.
Comment 2 Behnam Esfahbod 2005-08-13 18:45:28 UTC
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
Comment 3 Noah Levitt 2005-08-15 20:19:20 UTC
Looks fine, you can commit.
Comment 4 Behdad Esfahbod 2005-08-15 21:05:53 UTC
2005-08-15  Behdad Esfahbod  <behdad@behdad.org>

        * src/gen-guch-unicode-tables.pl: Escape backslash when forming
        C strings. (#313409, Behnam Esfahbod)