Skip to content
/ ewts Public

Minimal C library for EWTS -> Unicode conversion

Notifications You must be signed in to change notification settings

eroux/ewts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EWTS to Unicode library

This repository contains the code of a minimal ewts to unicode conversion library. Its api is only one function:

char* ewts_scanner(const char *argstr)

it is designed to be super-efficient and easily useable in any language. You can bind it to your favorite language with swig with the ewts.i file, or use it directly from python following the example.py example.

Dependencies

The library is built using GNU flex, so you obviously need it, as well as a C compiler.

Compilation

Run make to compile ewts.so or ./build.sh --mingw to compile ewts.dll for Windows.

License

The files are under CC0.

About

Minimal C library for EWTS -> Unicode conversion

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published