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