April 22, 2004 D » UTF8/16 always 8/16 bits ? | |||
|---|---|---|---|
| |||
The unicode standard says that UTF8 and UTF16 characters vary in size. How D handles... | |||
March 10, 2004 D » Re: suggestion | |||
|---|---|---|---|
| |||
...bits, UTF-8..... Gtk2 uses UTF8 so i use UTF8 for my file encodings (no... | |||
March 10, 2004 D » Re: suggestion | |||
|---|---|---|---|
| |||
...fonts (leds is scintilla based...) -Differents encodings (UTF8.... I can't write some spanish characters... | |||
March 03, 2004 D » Suggestions | |||
|---|---|---|---|
| |||
...be extended, e.g. from ASCII to UTF8 or UTF16... Resizing strings this way: string... | |||
January 30, 2004 D » Re: BUG! Assert in StringExp::compare(Object*); | |||
|---|---|---|---|
| |||
See my other post! case 1: UTF8 case 2: UTF16 case 4: UTF32 //dchar on... | |||
January 11, 2004 D » alias declarations extension | |||
|---|---|---|---|
| |||
...switch(bom){ //free alias defined here
case "utf8" : alias ubyte free; break;
case "utf16": alias... | |||
January 07, 2004 D » Re: Unicode discussion | |||
|---|---|---|---|
| |||
...intestead of utf8 but later, I introduced a hack and I indexed the utf8 char... | |||
December 28, 2003 D » Re: UTF-8 | |||
|---|---|---|---|
| |||
...why I proposed using the types "ascii","utf8","utf16" and "utf32". Any ascii[] that has... | |||
December 26, 2003 D » Re: UTF-8 | |||
|---|---|---|---|
| |||
...correct
void mkdir(char[] utf8_pathname)
{
char[] codepage_pathname = toMBCS(toUTF16(utf8_pathname));
if (!CreateDirectoryA... | |||
December 17, 2003 D » Re: Unicode discussion | |||
|---|---|---|---|
| |||
...Allright... So how about adding to the utf8 package some functions called... Hmm... nativeToUTF8(), nativeToUTF32... | |||
Copyright © 1999-2021 by the D Language Foundation