Search

May 19, 2005
Learn »
...rect;          /* pointer to drawing func */
DrawUTF8Func    draw_utf8;          /* pointer to drawing func */
DrawLineFunc    draw_line...
May 18, 2005
General »
...HTML files in UTF8. The comments need to be converted back to UTF8, and that...
May 18, 2005
General »
...a text which contains a lot of UTF8 2/3-byte-encodings (asian languages), the...
May 18, 2005
General »
...some special characters) with 5000 characters from UTF8 to UTF16. I provided the buffer, because...
May 17, 2005
Issues »
...normal string in UTF8 and UTF16 (note the U+FFFD replacement character).

UTF8:   66 ef...
May 17, 2005
Issues »
...WYSIWYG string.

ver dmd0.123 /*code page utf8 */ private import std.stream; void main() { // valid...
May 16, 2005
Issues »
...f.readBOM();
   if(ibom != -1 && ibom != BOM.UTF8)
      throw new Exception("File not UTF-8...
May 16, 2005
Learn »
...app_draw_utf8(g,p,utf8,nb) ((g)->draw_utf8((g),(p),(utf8),(nb)))
#define...
May 15, 2005
Announce »
...code from Mango again: the UTF16 to UTF8 decoder, mostly copied and a bit improved...
May 10, 2005
Learn »
...couple of restrictions.

No, conceptually its not. UTF8, UTF16, and UTF32 are vectors of code...
114 115 116 117 118 119 120 121 122 123 124
Next ›   Last »