Utf8_library for AmigaOS, unicode8 is a standard for sharing text on the internet and on storage medias. Unicode does not need codepage, instead it compresses the glyph values.
It's kind assumed, UTF8.library functions are embedded in interfaces,
So by called by reference.
IUTF8 -> Length( … )
but if we remove "IUTF8 ->," its whery likely you get a few name conflicts,
as Length is not too uncommon name for a function.
We need a prefix for Length, and other functions..
It's kind assumed, UTF8.library functions are embedded in interfaces, So by called by reference.
IUTF8 -> Length( … )
but if we remove "IUTF8 ->," its whery likely you get a few name conflicts, as Length is not too uncommon name for a function. We need a prefix for Length, and other functions..