Re: Wrong result of get_position()
- Posted by Vinoba Apr 26, 2011
- 1459 views
If you separately convert the UTF-8 to Unicode 16 bit LE and then you have exact two bytes per character. It would then be easy to find the nth character.
If you separately convert the UTF-8 to Unicode 16 bit LE and then you have exact two bytes per character. It would then be easy to find the nth character.