August 05, 2004 General » stream prototype | |||
|---|---|---|---|
| |||
...code does include some marginal awareness of UTF8 and UTF16 encoding but the file stream... | |||
August 04, 2004 General » Re: Streams and encoding | |||
|---|---|---|---|
| |||
...this for encoding for now:
enum Format {
UTF8 = 0,
UTF16 = 1,
UTF16LE = 1,
UTF16BE = 2... | |||
August 03, 2004 General » Streams and encoding | |||
|---|---|---|---|
| |||
...Stream {
# enum Encoding{ UTF8, UTF16, UTF32 }
# Encoding encoding;
# this() { encoding = Encoding.UTF8; }
# Stream get(char... | |||
August 02, 2004 General » Re: d opinion | |||
|---|---|---|---|
| |||
...want to be able to read non-UTF8 strings. I haven't put it up... | |||
August 01, 2004 General » Re: How do I override a function's name with another one? | |||
|---|---|---|---|
| |||
...str)); // utf8 to local code page or foo = BarW(std.utf.toUTF16z(str)); // utf8 to... | |||
July 29, 2004 General » Re: String Class (was Source level Java to D converter) | |||
|---|---|---|---|
| |||
...can be abstract with descendants being in UTF8/16/32/ some other representations - allow some... | |||
June 29, 2004 General » Strings and Arrays (was Re: empty arrays - no complaints?) | |||
|---|---|---|---|
| |||
...you actually need to be directly manipulating UTF8/16 fragments? (Hint: in a unicode-based... | |||
May 06, 2004 General » Re: A or W | |||
|---|---|---|---|
| |||
...call uft.8to16 if the string is utf8/ansi not wchar[] etc. as the current... | |||
April 22, 2004 D » Re: UTF8/16 always 8/16 bits ? | |||
|---|---|---|---|
| |||
It doesn't although they are called UTF-8 and UTF-16 they are just... | |||
April 22, 2004 D » Re: UTF8/16 always 8/16 bits ? | |||
|---|---|---|---|
| |||
...s, inout uint idx) that take a UTF8 char[] and an index and return the... | |||
Copyright © 1999-2021 by the D Language Foundation