Core: Developing unicode info

git-svn-id: svn://ultimatepp.org/upp/trunk@11181 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
cxl 2017-06-18 07:35:48 +00:00
parent 94b1a33f7e
commit ee080a4329
2 changed files with 23 additions and 21 deletions

View file

@ -98,6 +98,7 @@ inline Vector<dword> ToUtf32(const String& s) { return ToUtf32(~s, s.Get
enum { MAX_DECOMPOSED = 3 };
int UnicodeDecompose(dword codepoint, dword t[MAX_DECOMPOSED], bool& canonical);
int UnicodeDecompose(dword codepoint, dword t[MAX_DECOMPOSED]);
dword UnicodeCompose(dword *t, int count);

File diff suppressed because one or more lines are too long