AmigaLabs / webkitty

The AmigaOS 4 WebKit port
9 stars 3 forks source link

Added GetLength and ConvertTagList using the codesets library #10

Closed walkero-gr closed 1 year ago

walkero-gr commented 1 year ago

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.

3246251196 commented 1 year ago

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