Search

August 05, 2004
General »
...code does include some marginal awareness of UTF8 and UTF16 encoding but the file stream...
August 04, 2004
General »
...this for encoding for now:

enum Format {
UTF8 = 0,
UTF16 = 1,
UTF16LE = 1,
UTF16BE = 2...
August 03, 2004
General »
...Stream {
#     enum Encoding{ UTF8, UTF16, UTF32 }
#     Encoding encoding;
#     this() { encoding = Encoding.UTF8; }
#     Stream get(char...
August 02, 2004
General »
...want to be able to read non-UTF8 strings.  I haven't put it up...
August 01, 2004
General »
...str)); // utf8 to local code page
or
 foo = BarW(std.utf.toUTF16z(str)); // utf8 to...
July 29, 2004
General »
...can be abstract with descendants being in UTF8/16/32/ some other representations
- allow some...
June 29, 2004
General »
...you actually need to be directly manipulating UTF8/16 fragments? (Hint: in a unicode-based...
May 06, 2004
General »
...call uft.8to16 if the string is utf8/ansi not wchar[] etc.

as the current...
April 22, 2004
D »
It doesn't although they are called UTF-8 and UTF-16 they are just...
April 22, 2004
D »
...s, inout uint idx)
that take a UTF8 char[] and an index and return the...
121 122 123 124 125 126 127 128 129 130 131
Next ›   Last »