[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Parsing codepoints
- From: "Thiago L." <fakedme@...>
- Date: Wed, 28 May 2014 17:38:41 -0300
So is there a fast way to parse stuff like \x00 \x7F \xC0 \x80 \xFF \x80
\x80 \x80 \x80 \x80 \x80 \x80 into 0x0 0x7F 0x0 0x0? (basically an UTF-8
where everything is valid)