December 18, 2006 Learn » Re: ASCII to UTF8 Conversion - is this right? | |||
|---|---|---|---|
| |||
First, ASCII is a 7 bit encoding that only defines characters <= 0x7f. The encoding of... | |||
December 18, 2006 Learn » ASCII to UTF8 Conversion - is this right? | |||
|---|---|---|---|
| |||
...which was stored in ASCII over to UTF8 via D. The problem is that some... | |||
December 18, 2006 Learn » Re: char* vs char[] | |||
|---|---|---|---|
| |||
...i bored with utf8 while program small windows console utilitis : ( "invalid UTF8 sequence" on every... | |||
November 22, 2006 General » Re: First steps | |||
|---|---|---|---|
| |||
...html Set your editor's encoding as UTF8 to preserve non-ASCII characters. Even humble... | |||
November 20, 2006 General » Re: What's left for 1.0? | |||
|---|---|---|---|
| |||
...you compile the standard library with -version=UTF8. Let's take the following function: This... | |||
November 20, 2006 General » Re: What's left for 1.0? | |||
|---|---|---|---|
| |||
...either object.d or std.string?
version(UTF8)
{
alias char[] string;
}
version(UTF16)
{
alias wchar... | |||
November 17, 2006 General » Re: What's left for 1.0? - string class | |||
|---|---|---|---|
| |||
...0.172 it exits with:
Error: invalid UTF8 sequence
------------
import std.stdio;
void main() {
char... | |||
November 17, 2006 General » Re: What's left for 1.0? - string class | |||
|---|---|---|---|
| |||
...kind of char, that internally works as UTF8, UTF16 or UTF32 (automatically or on demand... | |||
October 10, 2006 Issues » [Issue 391] .sort and .reverse break utf8 encoding | |||
|---|---|---|---|
| |||
http://d.puremagic.com/issues/show_bug.cgi?id=391
bugzilla@digitalmars.com changed:
What... | |||
October 05, 2006 Issues » Re: .sort and .reverse break utf8 encoding | |||
|---|---|---|---|
| |||
What if you want to use a quick binary search look-up to see if... | |||
Copyright © 1999-2021 by the D Language Foundation