I'm trying to update a file with Chinese Characters, but the update function causes a buffer overload since Chinese characters are double-byte. How can I increase the buffer size?
Printable View
I'm trying to update a file with Chinese Characters, but the update function causes a buffer overload since Chinese characters are double-byte. How can I increase the buffer size?
So you're converting from single to double byte? If so, just multiply the buffer amount by 2.