Top Prev Next Up Down 
    Y2018.Text.Util
    
 001|
    package Y2018.Text.Util is
    002| __type RS_TY is (
    003| ____RS_NONE, -- OK
    004| ____RS_MISS, -- Last UTF-8
    character in a file is missing bytes
    005| ____RS_ILLEGAL, -- Value in a byte
    cannot be an UTF-8 character or a part of an UTF-8 character
    006| ____RS_EOF -- End of File reached
    007| __);
    008| end Y2018.Text.Util;