Browse Source

- remove WriteLn

mazen 21 years ago
parent
commit
0a75c1ad14
1 changed files with 0 additions and 1 deletions
  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;