how to write a string to a c pointer?

Ali Çehreli via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Thu Mar 5 16:53:48 PST 2015


On 03/05/2015 03:25 PM, ketmar wrote:

> unicode sux[1].
>
> [1] http://file.bestmx.net/ee/articles/uni_vs_code.pdf

Thanks. I enjoyed the article and I agree with everything said in there.

It made me happy that I was not the only person who has been ruminating 
over "alphabet" as the crucial piece in this whole Unicode story. I've 
been giving the example of if I have a company name as the string "ali & 
jim", the uppercase of it should be "ALİ & JIM" because the different 
letter 'i's belong to different alphabets. Anyway...

Here is how I attempted to define an alphabet with its implied collation 
orders. For example, for the Turkish alphabet:

   https://code.google.com/p/trileri/source/browse/trunk/tr/alfabe.d#796

Unfortunately, the code itself is in Turkish, has never been finished, 
bad and older D code, and is abandoned at this point. :-/

Ali



More information about the Digitalmars-d-learn mailing list