[gucharmap] Add FIXME about possible further improvement
- From: Christian Persch <chpe src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gucharmap] Add FIXME about possible further improvement
- Date: Mon, 8 Mar 2010 17:55:50 +0000 (UTC)
commit 68a4234d71a9a48493f91140e52a976e2447baec
Author: Christian Persch <chpe gnome org>
Date: Mon Mar 8 15:37:29 2010 +0100
Add FIXME about possible further improvement
gucharmap/gucharmap-unicode-info.c | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
---
diff --git a/gucharmap/gucharmap-unicode-info.c b/gucharmap/gucharmap-unicode-info.c
index ddc1245..1245b4a 100644
--- a/gucharmap/gucharmap-unicode-info.c
+++ b/gucharmap/gucharmap-unicode-info.c
@@ -73,6 +73,10 @@ gucharmap_get_unicode_name (gunichar wc)
g_snprintf (buf, sizeof (buf), "CJK UNIFIED IDEOGRAPH-%04X", wc);
return buf;
}
+ /* FIXME: handle U+F900..U+FAFF CJK COMPATIBILITY IDEOGRAPH U+%04X and
+ * U+2F800..U+2FA1D CJK COMPATIBILITY IDEOGRAPH U+%04X here,
+ * instead of via gucharmap_get_unicode_data_name below, to save some space?
+ */
else if (wc >= 0xac00 && wc <= 0xd7af)
{
/* compute hangul syllable name as per UAX #15 */
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]