about summary refs log tree commit diff stats
path: root/res/gencharwidth.nim
diff options
context:
space:
mode:
Diffstat (limited to 'res/gencharwidth.nim')
-rw-r--r--res/gencharwidth.nim4
1 files changed, 2 insertions, 2 deletions
diff --git a/res/gencharwidth.nim b/res/gencharwidth.nim
index 3cc0bebd..a171f306 100644
--- a/res/gencharwidth.nim
+++ b/res/gencharwidth.nim
@@ -187,14 +187,14 @@ proc main() =
 
   echo "const DoubleWidthTable: PropertyTable = ["
   for u in DoubleWidthTable:
-    writer.write($u & ",")
+    writer.write($u & "u32,")
   writer.flush()
   echo "]"
   echo ""
 
   echo "const CombiningTable: PropertyTable = ["
   for u in CombiningTable:
-    writer.write($u & ",")
+    writer.write($u & "u32,")
   writer.flush()
   echo "]"
   echo ""