Skip to content
/ libf8 Public

A couple of functions to work with unicode strings

License

Notifications You must be signed in to change notification settings

Oxore/libf8

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

libf8

Build Status WTFPL

This is small library of unicode helper functions made for my little demands. It is like a string.h for unicode in some way.

If you think you could use my library as is, then look carefully, because it has no unicode validity check and almost certainly lacks of some crucial functionality you need. If I need something, I implement this. If you want, you can do it too - welcome.

Dependencies

munit for testing - added as a git submodule, use git submodule update --init to pull it.

Compilation and usage

Compilation:

make

It will produce a libf8.a archive you can use for static linkage. Use -l:libf8.a flag while linking with it or use it just as any other .o object file.

Build without tests:

make NOTEST=1

Clean:

make clean

v0.4.1

About

A couple of functions to work with unicode strings

Resources

License

Stars

Watchers

Forks

Packages

No packages published