mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-19 11:45:45 +00:00
ICU-2474 use hex escaped ASCII for input
X-SVN-Rev: 10353
This commit is contained in:
parent
940a3f8f1c
commit
ff22cf7307
1 changed files with 2 additions and 1 deletions
|
@ -3902,7 +3902,8 @@ TestISO_2022_KR_1() {
|
|||
}
|
||||
|
||||
static void TestJitterbug2411(){
|
||||
const char* source = "\x1b$)Ckknnjhpoiuyqwehg\n\x1b$)Cjasdfjasdfhoiuy\x1b$)C";
|
||||
const char* source = "\x1b\x24\x29\x43\x6b\x6b\x6e\x6e\x6a\x68\x70\x6f\x69\x75\x79\x71\x77\x65\x68\x67\x0A"
|
||||
"\x1b\x24\x29\x43\x6a\x61\x73\x64\x66\x6a\x61\x73\x64\x66\x68\x6f\x69\x75\x79\x1b\x24\x29\x43";
|
||||
UConverter* kr=NULL, *kr1=NULL;
|
||||
UErrorCode errorCode = U_ZERO_ERROR;
|
||||
UChar tgt[100]={'\0'};
|
||||
|
|
Loading…
Add table
Reference in a new issue