Browse Source

Update uMain.pas

Seenkao 1 year ago
parent
commit
f2f56f21d8
1 changed files with 1 additions and 1 deletions
  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;