| [Overview][Types][Procedures and functions][Variables][Index] |
Encodes the given code point as an UTF-8 sequence of 1 to 4 bytes.
Source position: lazutf8.pas line 90
function UnicodeToUTF8( |
CodePoint: Cardinal |
):string; |
CodePoint: Cardinal; |
Buf: PChar |
):Integer; |
It does not add a #0. The code point is not encoded, aka in UTF32.
| lazarus-ccr.sourceforge.net |