Convert between UTF-8 and Windows system encoding.

$ luarocks install native

Convert strings between UTF-8 and Windows system encoding.

For Mac/Linux... it just return the 1st argument you passed.

Provided API:

- `native.decode()` decode Windows system encoded string to UTF-8.
- `native.encode()` encode UTF-8 string to Windows system encoding.

Versions

0.1.0-17 years ago213 downloads

Dependencies

lua >= 5.1

Manifests