Search

December 18, 2006
Learn »
First, ASCII is a 7 bit encoding that only defines characters <= 0x7f. The encoding of...
December 18, 2006
Learn »
...which was stored in ASCII over to UTF8 via D.  The problem is that some...
December 18, 2006
Learn »
...i bored with utf8 while program small windows console utilitis :
(

"invalid UTF8 sequence" on every...
November 22, 2006
General »
...html

Set your editor's encoding as UTF8 to preserve non-ASCII characters. Even humble...
November 20, 2006
General »
...you compile the standard library with -version=UTF8.  Let's take the following function:

This...
November 20, 2006
General »
...either object.d or std.string?

version(UTF8)
{
    alias char[] string;
}
version(UTF16)
{
    alias wchar...
November 17, 2006
General »
...0.172 it exits with:
Error: invalid UTF8 sequence

------------
import std.stdio;

void main() {
	char...
November 17, 2006
General »
...kind of char, that internally works as UTF8, UTF16 or UTF32 (automatically or on demand...
October 10, 2006
Issues »
http://d.puremagic.com/issues/show_bug.cgi?id=391


bugzilla@digitalmars.com changed:

           What...
October 05, 2006
Issues »
What if you want to use a quick binary search look-up to see if...
100 101 102 103 104 105 106 107 108 109 110
Next ›   Last »