November 30, 2004
Ben Hinkle wrote:

> That's true. I was being lazy with the example. When I tried just plain-old
> "UTF-16" I think it used big-endian.

Yes, that is in the Unicode specification. BE is the default order.
Unless there is a BOM present to classify it as LE instead, that is...

See http://www.unicode.org/faq/utf_bom.html

--anders
November 30, 2004
"Ben Hinkle" <bhinkle@mathworks.com> wrote ...

| Maybe I'll try using std.loader for this case, too, and have iconv be a | function pointer. Hmm...

That won't work with dmd 0.107 ...


1 2
Next ›   Last »