Closed codemee closed 3 years ago
The imlpementation of stdout_write_bytes write output byte by byte .This would corrupt UTF-8 encoded string of miltibyte character language. I modify the stdout_write_bytes to print unicode string.
The imlpementation of stdout_write_bytes write output byte by byte .This would corrupt UTF-8 encoded string of miltibyte character language. I modify the stdout_write_bytes to print unicode string.