Unicode strings in Assembler - help to debug macro!

Started by themaster, May 06, 2012, 11:23:23 AM

Previous topic - Next topic

Pelle

Try the attached version, see if it works better...
/Pelle

TimoVJL

Of course it works.
UTF-8 support is a very good thing and might not slow down assembly phase so much.
May the source be with you

LeraUnu

Hi Pelle,

I tried with UTF-8 and UTF16-LE encodings and both works.

Thank you!

Pelle

Quote from: TimoVJL on Today at 03:25:38 PMUTF-8 support is a very good thing and might not slow down assembly phase so much.
Yeah, today (2025) UTF-8 is probably more useful than "ANSI" (with all it's different default code pages). I will later remove the slightly annoying warning about "is UTF-8, was ANSI...".
Character conversions are such a small part of the whole process that it would surprise me if it can be measured at all (at least if we stay away from 32 MB strings ;)).

Quote from: LeraUnu on Today at 04:05:40 PMI tried with UTF-8 and UTF16-LE encodings and both works.

Thank you!
Very good. Thank you!

( I will later add this new POASM to the Setup, but not just yet... )

/Pelle

Vortex

Hi Pelle,

Thanks for the new release of Poasm fixing the issue. Tested both of the UTF8 and UTF16 encodings.
Code it... That's all...