Search

April 29, 2005
Issues »
...and std_format.html are not valid UTF8 files.

Specifically, this D code fails with...
April 21, 2005
D »
...n");
return 0;
}

save as ascii or utf8:

dmd output:

hello.d(3): invalid UTF...
April 18, 2005
Learn »
...to a wchar* does *not* convert the UTF8 string to a UTF16 string. So I...
April 03, 2005
General »
...add these Unicode types to the mess:
      utf8, utf16, utf32

BTW:
Have you looked at...
March 27, 2005
c++.windows.32-bits »
...len = wcslen(fFormat);
int nc =  WideCharToMultiByte(CP_UTF8, 0, fFormat, fmt_len, fmt, 128, 0...
March 10, 2005
General »
...would be represented as 2 bytes in UTF8.  Maybe I'm thinking of ASCII (and...
March 09, 2005
General »
...s an idea: perhaps Walter could add UTF8, UTF16 and UTF32 version identifiers which we...
March 04, 2005
General, digitalmars.D.dtl »
...You have a library A that works utf8 characters and
you have a library B...
February 23, 2005
General »
...import mango.icu.UStringPrep;
import mango.io.Utf8;
import mango.icu.UTimeZone;
import mango.icu...
February 23, 2005
General »
...float, a single UTF32 character, 1-4 UTF8 characters, a processor op, a Java bytecode...
115 116 117 118 119 120 121 122 123 124 125
Next ›   Last »