aksara 0.0.2 copy "aksara: ^0.0.2" to clipboard
aksara: ^0.0.2 copied to clipboard

a dart package to transliterate Indonesian local script such as java, sunda and other ethnic of Indonesia to latin alphabet or vice versa.

aksårå #

A dart package to transliterate Indonesian local script to latin and vice versa, currently only have javanese script, more transliteration to other script like sunda, bali and so on will be added in the future.

java here is a majority ethnic in Indonesia, not to be confused with java or javaScript

Getting Started #

Depend on it

dependencies:
  aksara: any

import it

import 'package:aksara/aksara.dart';

use it

void main() {
  var aksara = AksaraJava();
  print(aksara.latinToJava("aksara jawa",isMurdha: true)); //ꦄꦏ꧀ꦱꦫꦗꦮ
  print(aksara.javaToLatin("ꦲꦏ꧀ꦱꦫꦗꦮ")); // aksarajawa (javanese script don't use space)
}

Credits #

Javanese script transliteration is ported from transliterasijawa by @bennylin

3
likes
40
pub points
0%
popularity

Publisher

unverified uploader

a dart package to transliterate Indonesian local script such as java, sunda and other ethnic of Indonesia to latin alphabet or vice versa.

Repository (GitHub)
View/report issues

License

MIT (LICENSE)

More

Packages that depend on aksara