Jonathan M Davis wrote: > div0 wrote: > >>> > [... snip of UTF-8 stuff ...] >> > > The UTF char stuff is all painfully complicated, and I _think_ that I more > or less understand it, but I suspect that I don't understand it all that > well. It would be nice if the there were a page in the docs somewhere that > really explained it well. >
TPDL has a great section on Unicode and strings. I definitely think that I understand the situation better now. Unicode is a pain to deal with, but D deals with it really well over all. I'm certainly more comfortable dealing with unicode in D than in most languages. - Jonathan M Davis