Skip to content

libindic/unicode-conversion-maps

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Unicode Conversion Maps

This is a global repository to hold community curated maps to convert from ASCII to Unicode.

How to use this

The maps inside maps directory are used in various utilities like Payyans, Freaknz, Chekkans, etc. These maps are all community maintained. In the near future, this repository will be used to supply maps to all of these projects and more.

Editor

If you like to edit maps, you can use the editor. In editor, you have to choose the font file and map file. Once loaded, these are opened in the tables at the bottom.

Each glyph and its mapping are loaded in the following format:

--------------
| A  B       |
| C      D   |
|        E   |
-------------

Explanation of these:

  • A - the unicode decimal point.
  • B - extended ASCII character that forms the left hand side of the maps
  • C - the glyph in the font at that code point (if it exists)
  • D - The input box where the currently mapped character is loaded (should be same as C). If B and C are the same, this can be omitted.
  • E - The Unicode codepoint of D.

After changing the mapping (by editing D) for all glyphs, you can copy the mapping from the textarea in the top right of the page.

Using map

You can contribute the map to the community by either editing an existing map or by creating a new map .

If you want to directly use these maps, you can paste them in chekkans-web at the bottom and use it directly.

Using map library

You can find and download library artifacts in releases

Javascript

npm install @indicjs/unicode-conversion-maps

import maps from '@indicjs/unicode-conversion-maps';
console.log(maps["revathi"]["A"]); // prints അ

If you're in an HTML page you can do

<script type="module">
    import maps from "https://unpkg.com/@indicjs/unicode-conversion-maps";
    console.log(maps["revathi"]["A"]);
</script>

Python

pip install libindic-unicode-conversion-maps

from libindic.unicode_conversion_maps import maps
print(maps['revathi']['A']) # prints അ

History

  • Payyans is the origin of a lot of map files.
  • Freaknz brought renewed interest in ASCII -> Unicode conversion
  • ttf.js is where the idea of showing glyphs in the browser came from.
  • opentype.js allowed for bug-free opening of glyphs.

Contributors

Individual contributors to map, code, etc.

  • Zyxware
  • Vishnu Sanal T
  • Vasudev Kamath
  • Swathanthra Malayalam Computing
  • Subin Siby
  • Santhosh Thottingal
  • Rajeesh K Nambiar
  • Praveen Arimbrathodiyil
  • Nithin Saji
  • Nishan
  • Mujeeb CPY
  • Manoj Karingamadathil
  • Kannan V M
  • Jishnu Mohan
  • Jerin Philip
  • Jayanta Nath
  • Hrishikesh Bhaskaran
  • Harish Karumuthil
  • Balasankar C
  • Akshay S Dinesh