I am also working with Artificial Intelligence project CHESS. Needs help for giving AI to the machine side. Mail me at
nazmulkibria@gmail.com
Saturday, March 10, 2007
Friday, March 9, 2007
My Resent work
I am working for developing a multilingual software that can be used by different linguistic people. My work is based on unicode.
We can write in any textarea or textfield by programmatically by
1. Setting its font to my desired language
2. Font must be open type(unicode supported)
3. Unicodes are written in "\uxxxx" where xxxx is a hexadecimal code
Example : textfield.Text="\u0985"; // it is a bangla character
We can write in any textarea or textfield by programmatically by
1. Setting its font to my desired language
2. Font must be open type(unicode supported)
3. Unicodes are written in "\uxxxx" where xxxx is a hexadecimal code
Example : textfield.Text="\u0985"; // it is a bangla character
Subscribe to:
Posts (Atom)