01-30-2013, 02:19 AM
yeah, that's it. what you sent me in pm was \x95\x66\x1a so it looks like you were just missing the fourth byte there. 0x0a is the newline character.
hcstatgen not making 32.1MB files
|
01-30-2013, 02:19 AM
yeah, that's it. what you sent me in pm was \x95\x66\x1a so it looks like you were just missing the fourth byte there. 0x0a is the newline character.
i wonder if it's actually supposed to be \u9566\u1A0D
edit: yes, i do believe that's what it is, two chinese or thai or some asiany characters encoded as utf16le. printf '\x95\x66\x1A\x0D' | iconv -f utf16le æš•à´š
01-30-2013, 02:26 AM
I hope you are not asking me because I have no idea about anything beyond my first post on this thread !
01-30-2013, 02:28 AM
naw, just trying to get all the information necessary to reproduce.
01-30-2013, 02:36 AM
01-30-2013, 12:01 PM
Please add a ticket for this
01-30-2013, 01:18 PM
01-30-2013, 01:29 PM
01-30-2013, 02:52 PM
it may not be utf16, but the second character is definitely not arabic. unicode table states that it's a buginese character. the first character is listed as C/J/K (chinese, japanese, korean) since a lot of asian languages use chinese characters for words, even if they do not speak chinese. the bugis are very closely related to the chinese, so it's not implausible that some bugis use chinese characters as well.
01-30-2013, 02:52 PM
note that none of this is strictly relevant to reproducing the bug since we have the byte stream
|
« Next Oldest | Next Newest »
|