Skip to the content.

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