[Overview][Types][Procedures and functions][Variables][Index] Reference for unit 'LazUTF8' (#lazutils)

UTF8FixBroken

Replaces all invalid UTF8 characters with spaces. Stops at #0.

Declaration

Source position: lazutf8.pas line 106

procedure UTF8FixBroken(

  P: PChar

); overload;

procedure UTF8FixBroken(

  var S: string

); overload;

The latest version of this document can be found at lazarus-ccr.sourceforge.net.