Top Prev Next Up Down

Y2018.Text.Core.Utf

Conversion between UTF-8 (8 bit) and Codepoint (21 bit) notations

001| package Y2018.Text.Core.UTF is
002| __function To21 (s : String) return CFix;
003| __function To8 (s : CFix) return String;
004| __function Length21 (s : String) return Integer;
005| __function Length8 (s : CFix) return Integer;
006| __function Is_Valid(s:CFix) return Boolean;
007| __function Is_Valid(s:String) return Boolean;
008| end Y2018.Text.Core.UTF;

Conversions

Length

Check validity