[Haskell-cafe] UTF-16

Andrew Coppin andrewcoppin at btinternet.com
Wed Jul 25 16:16:36 EDT 2007


I don't know if anybody cares, but... Today a wrote some trivial code to 
decode (not encode) UTF-16.

I believe somebody out there has a UTF-8 decoder, but I needed UTF-16 as 
it happens. (I didn't bother decoding code points outside the BMP - I'm 
sure you can figure out why.)

If anybody is interested, I can share the code - but it's pretty minimal...



More information about the Haskell-Cafe mailing list