mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-10 02:08:38 +09:00
Issue #1971 - Part 2: Update ICU source to 63.2.
This commit is contained in:
parent
8df84683be
commit
1e69214382
3160 changed files with 275815 additions and 234203 deletions
17
intl/icu/source/tools/escapesrc/test-simple.cpp
Normal file
17
intl/icu/source/tools/escapesrc/test-simple.cpp
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
// © 2016 and later: Unicode, Inc. and others.
|
||||
// License & terms of use: http://www.unicode.org/copyright.html
|
||||
|
||||
u"saħħa";
|
||||
u'文';
|
||||
u"𡧲";
|
||||
u"Μυστήριο";
|
||||
|
||||
u"saħħa";
|
||||
u'文'; u"𡧲";
|
||||
|
||||
u8" \u0301";
|
||||
u8"\u0308 ";
|
||||
u8"saħħa";
|
||||
u8"文";
|
||||
u8"𡧲";
|
||||
u8"saħ\u0127a";
|
||||
Loading…
Add table
Add a link
Reference in a new issue