summaryrefslogtreecommitdiff
path: root/rtl/inc/wstrings.inc
diff options
context:
space:
mode:
Diffstat (limited to 'rtl/inc/wstrings.inc')
-rw-r--r--rtl/inc/wstrings.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/rtl/inc/wstrings.inc b/rtl/inc/wstrings.inc
index 08f3a6d16b..f1fbeb3ded 100644
--- a/rtl/inc/wstrings.inc
+++ b/rtl/inc/wstrings.inc
@@ -1650,7 +1650,7 @@ function UTF8ToUnicode(Dest: PWideChar; MaxDestChars: SizeUInt; Source: PChar; S
end;
-function UTF8Encode(const s : WideString) : UTF8String;
+function UTF8Encode(const s : WideString) : RawByteString;
var
i : SizeInt;
hs : UTF8String;