Office international character problem
#5
I'm pretty sure this is a known problem with how the OpenCL kernels use utf16 chars.

As far as I know, the kernel code (also for performance reasons) for utf16le encoding is very "elementary" and just uses zero bytes every second byte. of course this is a problem if the characters are outside the 0x00-0xff range because for instance 0xc5 0x9f is converted to 0xc5009f00 instead of 0xc59f
Reply


Messages In This Thread
RE: Office international character problem - by philsmd - 07-13-2019, 09:54 PM