Empresas
Empregos
  • Sobre nós
  • Soluções
    • Publicação de vagas
      Publique sua vaga e receba candidatos qualificados em 48h.
    • Avaliações de candidatos
      Mais de 500 testes técnicos e psicológicos, mais anti-fraude.
    • Headhunting
      Busca executiva personalizada do início ao fim.
    • Folha de Pagamento + EOR
      Dispersão de folha e EOR em mais de 15 países da LATAM.
  • Preços
  • Empregos

0

119
Visualizações
Javascript multi-language transliteration using a common orthography

Due to limitations in direct transliteration between multiple Indian writing systems, I thought about using the Latin script in the middle, so that I can expand the list of Indian writing systems.

At present, I took two Indian writings systems and Latin namely - Malayalam and Tamil. The Malayalam input is converted to Latin, then the Latin letters are converted to Tamil. Is there a possibility to achieve this using arrays? How will the function/functions be?

My current javascript setup:

//malayalam to latin
var ml_to_latin = {  
    mlConsonants:[
        {ml:'ക', lt:'k'},
        {ml:'ഗ', lt:'g'}
    ],
    mlVowels:[
        {ml:'അ', lt:'a'},
        {ml:'ആ', lt:'aa'}
    ]
}
//latin to tamil
var latin_to_tamil = {
    ltConsonants:[
        {lt:'k', ta:'க'},
        {lt:'g', ta: 'க'}
    ],
    ltVowels:[
        {lt:'a', ta:'அ'},
        {lt:'aa', ta:'ஆ'}
    ]
}
about 4 years ago · Juan Pablo Isaza
Responde à pergunta
Encontrar trabalhos remotos

Descubra a nova forma de encontrar um emprego!

melhores empregos
Principais categorias de trabalho
Empresas
Postar vaga Preços Comercial
Jurídico
Termos e Condições Política de privacidade
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomende algumas ofertas para mim
Preciso de ajuda