Skip to main content

International Components for Unicode: ICU4J Web Demos: escaper

ICU4J Web Demos:
bidi
formatTest
interval
patina
numero
flexTest
tuthu
testLocale
escaper

Escaper

Type some stuff:


// UTF-8
const uint8_t u8chars[1] = { 0 }; /* */
// UTF-16
const UChar u16chars[1] = { 0 }; /* */
// UTF-32
const UChar32 u32chars[1] = { 0 }; /* */