▲ | necovek 5 days ago | |||||||||||||||||||||||||
How is this encoding different from UTF-8 other than the upper boundary? There are certainly good enough encoding implementations for UTF-8, but perhaps the boundary matters. | ||||||||||||||||||||||||||
▲ | advisedwang 5 days ago | parent [-] | |||||||||||||||||||||||||
UTF-8 the first byte isn't just 1xxxxxxx for continuation, it's either 110xxxxx, 1110xxxx, or 11110xxx depending on how many bytes that character will take up. | ||||||||||||||||||||||||||
|