On Sunday 18 July 2010 17:15:15 strtr wrote: > > I actually knew about unicode, but I mistakenly thought a char to be a code > point (thus variable in size). > Somehow I missed any documentation telling me otherwise. > Now that I look for it it actually says: > char | unsigned 8 bit UTF-8 > > Maybe some stronger pointers in the documentation would help. >
The section in TDPL on strings is excellent. A good article on unicode on D's site would be good a good additon though. While some of the documentation is good, it does tend to be fairly sparse. - Jonathan M Davis