Seenkao 2 anni fa
parent
commit
f2f56f21d8
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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;