On Tue, Jan 31, 2012, at 09:41, IOhannes m zmoelnig wrote:
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
On 2012-01-31 00:52, Hans-Christoph Steiner wrote:
That does make more sense, so something like [bytes2utf8], etc.
utf8 is always a list of bytes. if you get values >255 than it is not utf-8; do you mean unicode points?
utf16 and utf32 are also lists of bytes. It would have to be something like [utf8bytes2any], [utf16bytes2any], etc.
.hc