Browse Source

- remove WriteLn

mazen 21 năm trước cách đây
mục cha
commit
0a75c1ad14
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  1. 0 1
      rtl/objpas/utf8bidi.pp

+ 0 - 1
rtl/objpas/utf8bidi.pp

@@ -436,7 +436,6 @@ var
 begin
   temp := UTF8ToUnicode(Dest);
   c := WideChar(UTF8ToUCS16(Src));
-  WriteLn(3,HexStr(Word(c),4));
   Result := FreeBIDI.InsertChar(c, temp, vp, pDir);
   Dest := UnicodeToUTF8(temp);
 end;