mazen пре 21 година
родитељ
комит
0a75c1ad14
1 измењених фајлова са 0 додато и 1 уклоњено
  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;