bl/utf8.h
author ali <ali@juiblex.co.uk>
Wed Oct 02 23:58:38 2013 +0100 (2013-10-02)
changeset 144 d7a97f077f9e
permissions -rw-r--r--
Merge bugs #13+14: Character sets / Add a configuration file
     1 #ifndef BL_UTF8_H
     2 #define BL_UTF8_H
     3 
     4 gchar *utf8_strnfill(gsize length,gunichar fill_char);
     5 
     6 #endif	/* BL_UTF8_H */