October 27, 2004 General » Re: String theory in D | |||
|---|---|---|---|
| |||
...UTF8, UTF16, UTF32 };
struct my_string {
Encoding encoding;
void opCall(char[] s) { encoding = Encoding.UTF8... | |||
October 27, 2004 General » Re: String theory in D | |||
|---|---|---|---|
| |||
...import std.c.windows.windows;
enum Encoding { UTF8, UTF16, UTF32 };
struct my_string {
Encoding encoding... | |||
October 26, 2004 General » Re: String theory in D | |||
|---|---|---|---|
| |||
Regan Heath wrote: Actually it was utf8_t, utf16_t, utf32_t - but point taken... | |||
October 18, 2004 GDC » abi specs, multiple linkages, binary symbol information | |||
|---|---|---|---|
| |||
...is very straigt forward: * There is an UTF8 table * There is a Method table for... | |||
October 14, 2004 General » string and utf aliases | |||
|---|---|---|---|
| |||
...alias char utf8_t; alias wchar utf16_t; alias dchar utf32_t; alias utf8_t... | |||
October 10, 2004 General » abi specs, multiple linkages, binary symbol information | |||
|---|---|---|---|
| |||
...is very straigt forward: * There is an UTF8 table * There is a Method table for... | |||
October 08, 2004 General » Re: Too late for boolean ? | |||
|---|---|---|---|
| |||
...protocols that represent characters using numbers. And utf8, utf16, utf32, etc... are various implementations of... | |||
October 08, 2004 Issues » Re: [Patch] utf8 support for html source files | |||
|---|---|---|---|
| |||
my testbed behaviour differed from dmd, thus here the correct patch thomas | |||
October 05, 2004 Issues » [Patch] utf8 support for html source files | |||
|---|---|---|---|
| |||
see attachment Thomas | |||
September 30, 2004 General » national language support | |||
|---|---|---|---|
| |||
Hi. Can i "switch off" utf8 support in dmd compiler? My localized Windows (it's... | |||
Copyright © 1999-2021 by the D Language Foundation