Search

October 27, 2004
General »
...UTF8, UTF16, UTF32 };
struct my_string {
  Encoding encoding;
  void opCall(char[] s)  { encoding = Encoding.UTF8...
October 27, 2004
General »
...import std.c.windows.windows;
enum Encoding { UTF8, UTF16, UTF32 };
struct my_string {
  Encoding encoding...
October 26, 2004
General »
Regan Heath wrote:

Actually it was utf8_t, utf16_t, utf32_t - but point taken...
October 18, 2004
GDC »
...is very straigt forward:

* There is an UTF8 table
* There is a Method table for...
October 14, 2004
General »
...alias char  utf8_t;
alias wchar utf16_t;
alias dchar utf32_t;

alias utf8_t...
October 10, 2004
General »
...is very straigt forward:

* There is an UTF8 table
* There is a Method table for...
October 08, 2004
General »
...protocols that represent characters using numbers. And utf8, utf16, utf32, etc... are various implementations of...
October 08, 2004
Issues »
my testbed behaviour differed from dmd, thus here the correct patch

thomas


October 05, 2004
Issues »
see attachment

Thomas


September 30, 2004
General »
Hi.
Can i "switch off" utf8 support in dmd compiler?

My localized Windows (it's...
118 119 120 121 122 123 124 125 126 127 128
Next ›   Last »