#localization #converter #ewts #tibetan

ewts-c

Converter from EWTS (Extended Wylie Transliteration Scheme) to Tibetan Unicode symbols (c lib)

1 unstable release

0.1.0 Dec 11, 2024

#269 in #converter

MIT/Apache

51KB
951 lines

A little wrapper around core rust ewts conversion library, usable in C/C++/Cython code. Or anywhere a C-code can be called. See example and test code. Also see for details here.

It is part of set of apps/libs called ewts-rs.

See more here

Example

// some C++ file
// ...
uintptr_t converter_ptr = create_ewts_converter();

const char * converted_str = ewts_to_unicode(converter_ptr, "rgyu ");
// "རྒྱུ་"
// ...

ewts-c

A little wrapper around core rust EWTS conversion library, usable in C/C++/Cython code. Or anywhere a C-code can be called. See example and test code. Also see for details here.

It is a part of set of apps/libs called ewts-rs. See more here

Dependencies

~0–1MB
~22K SLoC