February 09, 2005 General » Re: 'out' contracts accessing initial parameter values | |||
|---|---|---|---|
| |||
...call utf32 replace function, convert back to utf8
return toUTF8( ReplaceChar( toUTF32(pText), pFrom, pTo... | |||
February 08, 2005 General » 'out' contracts accessing initial parameter values | |||
|---|---|---|---|
| |||
...the utf8 string to utf32, call the utf32 routine,
// then convert it back to utf8... | |||
January 30, 2005 Issues » Re: Ouch! It is a dmd parsing bug too. | |||
|---|---|---|---|
| |||
...In addition, developers must rename char to utf8 because it is not real char and... | |||
January 22, 2005 Issues » std.stream Access Violation | |||
|---|---|---|---|
| |||
...stm = new EndianStream(f); stm.writeBOM(BOM.UTF8); // Here. stm.close(); f.close(); return 0... | |||
January 11, 2005 General » Re: Access violation using Win32 function pointer | |||
|---|---|---|---|
| |||
...since D will treat "char"-strings as UTF8, which they won't be coming from... | |||
November 17, 2004 Issues » [OT] Re: switch (dchar[]) | |||
|---|---|---|---|
| |||
...represented in with 2 different codepoint sequences and thus with different UTF8/16 sequences. Thomas | |||
November 05, 2004 General » Re: String theory in D | |||
|---|---|---|---|
| |||
...fact that char[] is begin treated as UTF8 when converting to wchar[] proves that it... | |||
October 29, 2004 General » Re: Integer names should be renamed | |||
|---|---|---|---|
| |||
...what char, wchar and dchar mean, but utf8(_t) makes it instantly crystal clear. -Antti | |||
October 28, 2004 General » Re: Integer names should be renamed | |||
|---|---|---|---|
| |||
...module std.stdutf; /* Code units */ alias char utf8_t; alias wchar utf16_t; alias dchar... | |||
October 27, 2004 General » Re: Integer names should be renamed | |||
|---|---|---|---|
| |||
...mostly about ints, although I definitely like utf8, utf16 and utf32 as well.) Walter's... | |||
Copyright © 1999-2021 by the D Language Foundation