xavier.batlle
Active member
- Local time
- Today, 17:39
- Joined
- Sep 1, 2023
- Messages
- 231
VBA string functions: Len(),Right(), Instr(), etc. don’t work as expected with Unicode strings that contains code points above 65535, so I developed some string functions to manage this kind of strings.
I know that Unicode characters above 65535 are rarely or never used, but I think it’s important to know how to deal with them, just in case you need it.
Note:
Some Operating Systems or some fonts don't show some characters as expected!
I know that Unicode characters above 65535 are rarely or never used, but I think it’s important to know how to deal with them, just in case you need it.
Note:
Some Operating Systems or some fonts don't show some characters as expected!
Attachments
Last edited: