mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-09-05 17:44:55 -06:00
Core: Developing unicode info
git-svn-id: svn://ultimatepp.org/upp/trunk@11181 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
94b1a33f7e
commit
ee080a4329
2 changed files with 23 additions and 21 deletions
|
|
@ -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
Loading…
Add table
Add a link
Reference in a new issue