December 16, 2003 D » Re: Unicode discussion | |||
|---|---|---|---|
| |||
...and reasonable. If it was declared as utf8[] then when the user writes ubyte c... | |||
December 16, 2003 D » Re: Unicode discussion | |||
|---|---|---|---|
| |||
...the declarations void foo(ascii[]); void foo(utf8[]); void foo(utf32[]); what function does foo... | |||
December 16, 2003 D » Re: Unicode discussion | |||
|---|---|---|---|
| |||
...we should have the primitive types 'ascii','utf8','utf16' and 'utf32' and remove char, wchar... | |||
December 03, 2003 D » Re: string with encoding( suggestion ) | |||
|---|---|---|---|
| |||
...meant "encoding elements", i.e. bytes for UTF8 and 16 bit ints for UTF-16... | |||
December 03, 2003 D » Re: string with encoding( suggestion ) | |||
|---|---|---|---|
| |||
...example:
char[] utf32string;
char[] #UTF16 utf16string;
char[] #UTF8 utf8string;
char[] #NATIVE nativeString;
The above mentioned... | |||
November 23, 2003 D » Re: other languages for output.writeLine | |||
|---|---|---|---|
| |||
...in the current code page. Passing CP_UTF8 to MultiByteToWideChar won't help either, because... | |||
September 13, 2003 D » Re: pleading for String | |||
|---|---|---|---|
| |||
...to char[] so string can be unicode (UTF8,16,32 internally as required) idealy with... | |||
September 09, 2003 D » Re: Study of GCC frontend and Walter's DMD compiler sources] | |||
|---|---|---|---|
| |||
isn't utf8 designed for exactly this purpose ? would the linker fail if the ids... | |||
July 31, 2003 D » Re: Cataclysmic decision re: String literals | |||
|---|---|---|---|
| |||
...what you mean about Unicode but consider utf8"string" vs. utf16"string" vs. utf32"string... | |||
June 21, 2003 D » Re: variable/module collision | |||
|---|---|---|---|
| |||
...uri -> D.Phobos.URI; utf -> D.Phobos.UTF8; windows -> D.CRT.windows; c.stdio -> D... | |||
Copyright © 1999-2021 by the D Language Foundation