Search

December 16, 2003
D »
...and reasonable. If it was declared as utf8[] then
when the user writes
 ubyte c...
December 16, 2003
D »
...the declarations

 void foo(ascii[]);
 void foo(utf8[]);
 void foo(utf32[]);

what function does

 foo...
December 16, 2003
D »
...we should have the primitive types 'ascii','utf8','utf16' and 'utf32' and remove char, wchar...
December 03, 2003
D »
...meant "encoding elements", i.e. bytes for UTF8 and 16 bit ints for UTF-16...
December 03, 2003
D »
...example:

    char[] utf32string;
    char[] #UTF16 utf16string;
    char[] #UTF8 utf8string;
    char[] #NATIVE nativeString;

The above mentioned...
November 23, 2003
D »
...in the current code page. Passing CP_UTF8 to MultiByteToWideChar won't help either, because...
September 13, 2003
D »
...to char[]
so string can be unicode (UTF8,16,32 internally as required)
idealy with...
September 09, 2003
D »
isn't utf8 designed for exactly this purpose ?
would the linker fail if the ids...
July 31, 2003
D »
...what you mean about Unicode but consider
utf8"string" vs. utf16"string" vs. utf32"string...
June 21, 2003
D »
...uri -> D.Phobos.URI;
utf -> D.Phobos.UTF8;
windows -> D.CRT.windows;
c.stdio -> D...
123 124 125 126 127 128 129 130 131 132 133
Next ›   Last »