[gucharmap] unicode: Fix name buffer length



commit 4622d36b104babf85df9755fd3404630806e1eb4
Author: Christian Persch <chpe src gnome org>
Date:   Mon Dec 31 17:12:39 2018 +0100

    unicode: Fix name buffer length
    
    Increase the length so that the names e.g. in the U+2F800.. block fit.

 gucharmap/gucharmap-unicode-info.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/gucharmap/gucharmap-unicode-info.c b/gucharmap/gucharmap-unicode-info.c
index 7899a87f..d7440971 100644
--- a/gucharmap/gucharmap-unicode-info.c
+++ b/gucharmap/gucharmap-unicode-info.c
@@ -61,7 +61,7 @@ static const gchar JAMO_T_TABLE[][4] = {
 const gchar *
 gucharmap_get_unicode_name (gunichar wc)
 {
-  static gchar buf[32];
+  static gchar buf[64];
 
   _gucharmap_intl_ensure_initialized ();
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]