0.2.0 • Published 4 years ago

hanacaraka v0.2.0

Weekly downloads
1
License
MIT
Repository
github
Last release
4 years ago

Hanacaraka

Build Status npm

Hanacaraka () is Javanese script writing system used in Javanese language.
This library help transliterate input string to its Hanacaraka equivalent and vice versa.

Usage

const hc = require('hanacaraka');

const javanese = hc.encode('BASAJAWA');  // ꦧꦱꦗꦮ

const latin = hc.decode('ꦧꦱꦗꦮ'); // BASAJAWA

References