Browse Source

* return RawByteString in the transform function result

git-svn-id: branches/unicodekvm@48922 -
nickysn 4 years ago
parent
commit
da569e952e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      packages/rtl-console/src/unix/video.pp

+ 1 - 1
packages/rtl-console/src/unix/video.pp

@@ -636,7 +636,7 @@ var
     transform_cp437_to_UTF8 := Utf8Encode(s);  
     transform_cp437_to_UTF8 := Utf8Encode(s);  
   end;
   end;
   
   
-  function transform(const hstr:UnicodeString):Utf8String;
+  function transform(const hstr:UnicodeString):RawByteString;
 
 
   begin
   begin
 {    case convert of
 {    case convert of