Get_VCOD not compiling - encoding issue
Closed this issue · 2 comments
phu54321 commented
My windows uses cp949 encoding. Cannot compile Get_VCOD due to encoding error.
ex) c.addStr("VCOD\20\4\0\0004\31?쇴hq\12`올㎫u?37)}┹?뽑1$?27L\23\13e ◁뫝\30k띊]匕z??d??, 62)
Proposed Solution : Write vcod/binary data in hexadecimal format (\x??)
TheNitesWhoSay commented
Changed all characters > 126 to oct notation (only in the development branch) let me know if it fixes this issue.
phu54321 commented
Fixed, Sorry for late reply