Skip to content

Xxproner/Xxproner_entities

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

ANSI C99 HTML entities to UTF-8 decoder (I add other two algos: convert without spec ascii and convert n-len buf)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • C 94.0%
  • Makefile 3.8%
  • CMake 2.2%