Added the missing GetLength() and ConvertTagList() methods based on the description of the MorphOS SDK charset.doc autodoc. I used equivalent methods from the codesets library, trying to cover the way those methods work.
These are used only when we compile for AmigaOS 4, keeping the code as clean as possible.
@walkero-gr
Hi, I was just wondering if we found out whether the GetLength() was meant to return LONG or ULONG? I still do not know why the SDK says something else than what you are using in the code.
Added the missing GetLength() and ConvertTagList() methods based on the description of the MorphOS SDK charset.doc autodoc. I used equivalent methods from the codesets library, trying to cover the way those methods work.
These are used only when we compile for AmigaOS 4, keeping the code as clean as possible.