| [Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] | 
Convert ansi string to UTF-8 string
Source position: ustringh.inc line 136
| function AnsiToUtf8( | 
| const s: RawByteString | 
AnsiToUtf8 converts the ansistring S to a UTF-8 format, that is, it converts the string from whatever codepage is currently in use, to UTF-8.
The current codepage is fetched from the system, if internationalization support is enabled. It can be UTF-8, in which case the function simply returns S.
None.
| 
 | Convert a UTF-8 encoded unicode string to an ansistring |