瀏覽代碼

Update uMain.pas

Seenkao 2 年之前
父節點
當前提交
f2f56f21d8
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Zengl_SRC/tools/ZenFont(LCL)/uMain.pas

+ 1 - 1
Zengl_SRC/tools/ZenFont(LCL)/uMain.pas

@@ -173,7 +173,7 @@ begin
 
   while i <= len do
     begin
-      c := utf8_toUnicode(EditChars.Text, i, @j);
+      c := utf8_GetID(EditChars.Text, i, @j);
       if not fg_CharsUse[c] Then
       begin
         fg_CharsUse[c] := TRUE;