khval / utf8_library

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.
GNU Lesser General Public License v2.1
6 stars 1 forks source link

Some function names should be renamed #7

Closed khval closed 3 years ago

khval commented 3 years ago

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..

khval commented 3 years ago

This case https://github.com/khval/utf8_library/issues/9 need to solved first:

khval commented 3 years ago

Function names are now renamed.