Converting one alphabet to another
Posted
by Branimir
on Stack Overflow
See other posts from Stack Overflow
or by Branimir
Published on 2010-06-15T18:46:10Z
Indexed on
2010/06/15
18:52 UTC
Read the original article
Hit count: 216
c#
I am preparing a simple dictionary project and I have prepared it to search in 2 languages. Still, as one of them is using Cyrillic letters, I have to be able to check in the database, even if the word is written in Latin letters. What do I mean
in Cyrillic: ???
in Latin: kon
Both should give the description of the word (in this case "horse"). I have been thinking of using two structures with two alphabets in order to achieve this....Still somehow I cannot get it. Does some of you have experience in a similar situation? If yes - please share an advice or code-sample.
© Stack Overflow or respective owner