May 19, 2005 Learn » Re: Header headaches part 2 again | |||
|---|---|---|---|
| |||
...rect; /* pointer to drawing func */ DrawUTF8Func draw_utf8; /* pointer to drawing func */ DrawLineFunc draw_line... | |||
May 18, 2005 General » Re: UTF conversion API draft [was: Internationalization library - advice/help wanted] | |||
|---|---|---|---|
| |||
...HTML files in UTF8. The comments need to be converted back to UTF8, and that... | |||
May 18, 2005 General » Re: UTF conversion API draft [was: Internationalization library - advice/help wanted] | |||
|---|---|---|---|
| |||
...a text which contains a lot of UTF8 2/3-byte-encodings (asian languages), the... | |||
May 18, 2005 General » Re: UTF conversion API draft [was: Internationalization library - advice/help wanted] | |||
|---|---|---|---|
| |||
...some special characters) with 5000 characters from UTF8 to UTF16. I provided the buffer, because... | |||
May 17, 2005 Issues » Re: char code | |||
|---|---|---|---|
| |||
...normal string in UTF8 and UTF16 (note the U+FFFD replacement character). UTF8: 66 ef... | |||
May 17, 2005 Issues » char code | |||
|---|---|---|---|
| |||
...WYSIWYG string.
ver dmd0.123 /*code page utf8 */ private import std.stream; void main() { // valid... | |||
May 16, 2005 Issues » Strange behavior with BufferedFile | |||
|---|---|---|---|
| |||
...f.readBOM();
if(ibom != -1 && ibom != BOM.UTF8)
throw new Exception("File not UTF-8... | |||
May 16, 2005 Learn » Help converting a headerfile to D | |||
|---|---|---|---|
| |||
...app_draw_utf8(g,p,utf8,nb) ((g)->draw_utf8((g),(p),(utf8),(nb))) #define... | |||
May 15, 2005 Announce » Indigo template containers 0.6 | |||
|---|---|---|---|
| |||
...code from Mango again: the UTF16 to UTF8 decoder, mostly copied and a bit improved... | |||
May 10, 2005 Learn » Re: bit vs. bool?! | |||
|---|---|---|---|
| |||
...couple of restrictions. No, conceptually its not. UTF8, UTF16, and UTF32 are vectors of code... | |||
Copyright © 1999-2021 by the D Language Foundation