Преглед изворни кода

AmigaOS4: fix compilation for double UTF8Encode in library unit and system

Marcus Sackrow пре 3 година
родитељ
комит
41e32d0fba
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      packages/rtl-console/src/inc/video.inc

+ 1 - 1
packages/rtl-console/src/inc/video.inc

@@ -312,7 +312,7 @@ function ExtendedGraphemeCluster2LegacyChar(const EGC: UnicodeString; CodePage:
     var
       tmpS: RawByteString;
     begin
-      tmpS:=UTF8Encode(EGC);
+      tmpS:=System.UTF8Encode(EGC);
       System.SetCodePage(tmpS,CodePage,True);
       if Length(tmpS)=1 then
         Result:=tmpS[1]