greek_tools 1.0.2 copy "greek_tools: ^1.0.2" to clipboard
greek_tools: ^1.0.2 copied to clipboard

A Dart library for manipulating Greek text - mainly transforming between Latin and Greek character sets.

Greek Tools for Dart #

A Dart library for manipulating Greek text - mainly transforming between Latin and Greek character sets.

Features #

Based on the ISO 843 standard (which is identical to ELOT 743).

It can be used to transform Greek text to the equivalent using the Latin alphabet (aka Greeklish). The other way also works, assuming the source text is consistent with the above standards.

Usage #

Simply use toGreeklish tp convert Greek text to Greeklish. Everything else is ignored.

import 'package:greek_tools/greek_tools.dart';

toGreeklish('Κόσμος'); // produces 'Kosmos'

See more examples at the /example folder.

Additional information #

Developed in June 2022 by Nearchos Paspallis.

This project is based on, and related to the Java version of Greek Tools.

2
likes
0
pub points
36%
popularity

Publisher

unverified uploader

A Dart library for manipulating Greek text - mainly transforming between Latin and Greek character sets.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

More

Packages that depend on greek_tools