Questions tagged [transliteration]

Transliteration refers to the process of mapping letters or glyphs from one character encoding to another

Transliteration is the conversion of letters from one alphabet to another one, like from Greek to Latin. But it may as well be just a simplification within one alphabet, for example omitting any diacritics found in that alphabet or substituting special characters with a sequence of characters without diacritics.

257 questions
-2
votes
1 answer

Transliteration words match

I am making a transliteration in java, as we know there are different combinations of words in the language when written in Roman Script the same thing is with the language I am working on. For that a most appropriate word has to be chosen among all…
Saqib
  • 1,120
  • 5
  • 22
  • 40
-3
votes
3 answers

Processing Unicode characters in C++

I have a file that contains Unicode text in an unstated encoding. I want to scan through this file looking for any Arabic code points in the range U+0600 through U+06FF, and map each applicable Unicode code point to a byte of ASCII, so that the…
Mike G
  • 4,829
  • 11
  • 47
  • 76
1 2 3
17
18