blob: 4442cad21b214bdfadbe573568ff5c00d3720d89 (
plain)
1
2
3
4
5
6
7
|
#pragma once
#include <glib.h>
const char * get_unicode_type_name (GUnicodeType type);
const char * get_break_type_name (GUnicodeBreakType type);
const char * get_combining_class_name (int cclass);
|