Empresas
Empleos
  • Sobre nosotros
  • Soluciones
    • Publicación de vacantes
      Publica tu vacante y recibe candidatos calificados en 48h.
    • Evaluación de candidatos
      500+ pruebas técnicas y psicológicas, más anti-fraude.
    • Headhunting
      Búsqueda ejecutiva a la medida de principio a fin.
    • Nómina + EOR
      Dispersión de nómina y EOR en más de 15 países de LATAM.
  • Precios
  • Empleos

0

116
Vistas
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 la pregunta
Encuentra empleos remotos

¡Descubre la nueva forma de encontrar empleo!

Top de empleos
Top categorías de empleo
Empresas
Publicar vacante Precios Comercial
Legal
Términos y condiciones Política de privacidad
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomiéndame algunas ofertas
Necesito ayuda