flat assembler
Message board for the users of flat assembler.
Index
> Main > Full Unicode? |
Author |
|
Bucka 16 Jul 2015, 12:28
How could I use 32-bit wide UNICODE character codes? For example the Old Hungarian standardized in UNICODE 8.0
|
|||
16 Jul 2015, 12:28 |
|
revolution 16 Jul 2015, 18:49
Do you mean UTF-32?
What do you mean by "use"? Paint glyphs to the screen? Do string manipulations? Convert to another encoding? |
|||
16 Jul 2015, 18:49 |
|
redsock 16 Jul 2015, 21:13
I spent a bit of time dealing with all things Unicode in my GPLv3 library, native UTF32 with <-> UTF8, UTF16: https://2ton.com.au/library_as_html/string32.inc.html (search through that for function names that contain "utf")
Edit: also see the "cleartext" macro for declaring them inline (which is native UTF32 by default, though expanded) https://2ton.com.au/library_as_html/cleartext.inc.html For full-width Unicode chars, I have to declare them as my string library expects, e.g.: Code: .unistr: dq 4 dd 0x2502,'B',0x2500,0x2501 |
|||
16 Jul 2015, 21:13 |
|
Bucka 03 Oct 2015, 17:13
I did make some macros for using Old Hungarian scripts.
It generate UTF-16 codes. Redsock! I'm sorry, but I did not get an e-mail about your answer.
|
|||||||||||||||||||||
03 Oct 2015, 17:13 |
|
< Last Thread | Next Thread > |
Forum Rules:
|
Copyright © 1999-2025, Tomasz Grysztar. Also on GitHub, YouTube.
Website powered by rwasa.