| [Overview][Types][Classes][Procedures and functions][Variables][Index] |
Replaces all invalid UTF-8 characters with spaces.
Source position: lazutf8.pas line 106
procedure UTF8FixBroken( |
P: PChar |
); overload; |
var S: string |
); overload; |
Replaces all invalid UTF-8 characters with spaces. Stops at the first occurrence of the byte value #0 (Decimal 0).