npm install ascii-to-unicode
var asciiToUnicode = require('ascii-to-unicode');
var args = {
lang: 'si',
asciiFontId: 'fmabhaya',
text: <text input you need to convert>
};
var unicodeText = asciiToUnicode.convert(args);
| Name | Name | Last commit date | ||
|---|---|---|---|---|