Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 927 Bytes

README.md

File metadata and controls

31 lines (19 loc) · 927 Bytes

entities

entities is a simple ANSI C library for decoding HTML entities to UTF-8. It is testet with both GCC and clang.

Build Status

It was originally developed by Christoph Gärtner.

Building entities

Since entities uses CMake, building the library is fairly easy

$ git clone https://github.com/ooxi/entities.git entities
$ mkdir entities/build; cd entities/build
$ cmake -DCMAKE_BUILD_TYPE=Release ..
$ make && ./test-entities

If you need a debug build, specify CMAKE_BUILD_TYPE as Debug and rebuild.

License

Boost Software License, Version 1.0