April 24, 2003 D » Re: toStringzW? | |||
|---|---|---|---|
| |||
...a complete range of functions to support UTF8, and then just a conversion to UTF16. | |||
April 01, 2003 D » Re: Unicode Character and String Intrinsics | |||
|---|---|---|---|
| |||
...std::hash_map< int, }; typedef UnicodeString<UTF8_CODE,UTF8_CODE_MAX> String8; typedef UnicodeString<UTF16... | |||
April 01, 2003 D » Re: Unicode Character and String Intrinsics | |||
|---|---|---|---|
| |||
...array 2) Support for 3 character types (UTF8, UTF16, UTF32) is handy, but not critical... | |||
April 01, 2003 D » Re: Unicode Character and String Intrinsics | |||
|---|---|---|---|
| |||
...types, you want 2 (UTF8 + char) or maybe even 3 (UTF8 + char + wchar). I have... | |||
January 22, 2003 D » Re: Unicode in D | |||
|---|---|---|---|
| |||
...think there is a way to optimise UTF8 though: pre-scan the string and record... | |||
January 22, 2003 D » Re: Unicode in D | |||
|---|---|---|---|
| |||
...there are different "wrappings" of it, like UTF8, 16 and so on. They do the... | |||
January 18, 2003 D » Re: Unicode in D | |||
|---|---|---|---|
| |||
...if I read this right ... (been using UTF8 for ages and ignored what it represents... | |||
January 18, 2003 D » Re: Unicode in D | |||
|---|---|---|---|
| |||
...values to be one "char" then the UTF8 should also consider the 6 or more... | |||
January 18, 2003 D » Re: Unicode in D | |||
|---|---|---|---|
| |||
...a String class that was utf8 internally the problem with utf8 is that the the... | |||
September 20, 2002 D » Re: Associative arrays with dynamic strings | |||
|---|---|---|---|
| |||
...clearer. I think wchar[] is good for UTF8-UTF16-UNICODE representations, but it is inconvenient... | |||
Copyright © 1999-2021 by the D Language Foundation