Giter Site home page Giter Site logo

brunolouvem / erlyconv Goto Github PK

View Code? Open in Web Editor NEW

This project forked from eugenehr/erlyconv

0.0 0.0 0.0 1.13 MB

A small Erlang library for converting text between the unicode and different character sets

License: Apache License 2.0

Perl 0.05% Shell 0.08% Erlang 99.87%

erlyconv's Introduction

Erlyconv

A small text converting library for Erlang between the unicode and different character sets

Build Status

Usage

Unicode = erlyconv:to_unicode(koi8r, "KOI8-r encoded text"),
Koi8r = erlyconv:from_unicode(koi8r, Unicode),
%% Or direct call
Koi8r = koi8r:from_unicode(Unicode).

Character sets

Erlyconv supports the following characters sets:

atarist, cp037, cp424, cp437, cp500, cp737, cp775, cp850, cp852, cp855, cp856, cp857, cp860, cp861, cp862, cp863, cp864, cp865, cp866, cp869, cp874, cp936, cp949, cp1006, cp1026, cp1250, cp1251, cp1252, cp1253, cp1254, cp1255, cp1256, cp1257, cp1258, cp10000, cp10006, cp10007, cp10029, cp10079, cp10081, iso8859-1, iso859-2, iso8859-3, iso8859-4 iso8859-5, iso8859-6, iso8859-7, iso8859-8, iso8859-9, iso8859-10, iso8859-11, iso8859-13, iso8859-14, iso8859-15, iso8859-16, koi8-r, koi8-u, kps9566, kz1048

License

Erlyconv is licensed under the Apache License, Version 2.0.

erlyconv's People

Contributors

eugenehr avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.