September 02, 2004 General » Re: performance of char vs wchar | |||
|---|---|---|---|
| |||
...In all other markets (5 billion+) the utf8 storage will in fact (mostly) be _larger... | |||
August 31, 2004 General » arrays and strings | |||
|---|---|---|---|
| |||
...second and third characters of this string (UTF8): 彼は来る (only four characters). It is the... | |||
August 30, 2004 General » Re: performance of char vs wchar | |||
|---|---|---|---|
| |||
...Western Europe speed freaks. 3. New types, utf8, utf16 and utf32 as suggested by others... | |||
August 27, 2004 General » Re: performance of char vs wchar | |||
|---|---|---|---|
| |||
...languages in utf8 typically results in longer strings than utf16. That will definitely hamper utf8. | |||
August 27, 2004 General » Re: performance of char vs wchar | |||
|---|---|---|---|
| |||
...of-use of utf8 and utf16 are essentially equivalent so since utf8 has the best... | |||
August 24, 2004 General » Re: ICU (International Components for Unicode) | |||
|---|---|---|---|
| |||
...change the names of the types to utf8, utf16 and utf32. I read somewhere that... | |||
August 22, 2004 General » Re: String equivalence (was: the $ token) | |||
|---|---|---|---|
| |||
...toString() not handling dchar[]. Although you can utf8 encode the content, that's hardly a... | |||
August 22, 2004 General » String equivalence (was: the $ token) | |||
|---|---|---|---|
| |||
...after all? Something like:
# struct String
# {
# enum { UTF8, UTF16, UTF32 } Encoding;
# Encoding encoding;
# union
# {
# char... | |||
August 18, 2004 General » Re: Invalid UTF-8 sequence! | |||
|---|---|---|---|
| |||
...from latin1 to utf8 with the command iconv -f latin1 -t utf8 file.d > newfile... | |||
August 17, 2004 General » Re: Transcoding - who's doing what? | |||
|---|---|---|---|
| |||
...not transcoding in the more general sense. UTF8/16/32 are fundamental to D - they... | |||
Copyright © 1999-2021 by the D Language Foundation