Hi,
need your help. I have a program that translit text from Russian language to English.
Examlpe:
Russian "Привет"
English "Privet"
The problem is when I am trying to replcae letter 'в' (Russian letter that sounds like an English v) to 'v', I have a strange ieroglifos like an 'y' with two dots at the head - number 152 in ASCII table (http://www.theasciicode.com.ar/extended-ascii-code/lowercase-letter-y-diaeresis-ascii-code-152.html).
Here is my code: