mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-06 14:05:32 +00:00
ICU-96 fixed an Arabic locale crash
X-SVN-Rev: 4234
This commit is contained in:
parent
ef97b534cd
commit
4df17d9d75
1 changed files with 1 additions and 1 deletions
|
@ -273,7 +273,7 @@ void Test4060212()
|
|||
log_verbose( "dateString= %s Using yyyy-DDD.hh:mm:ss\n", austrdup(dateString) );
|
||||
status = U_ZERO_ERROR;
|
||||
|
||||
formatter = udat_openPattern(pattern, u_strlen(pattern), NULL, &status);
|
||||
formatter = udat_openPattern(pattern, u_strlen(pattern), "en_US", &status);
|
||||
pos=0;
|
||||
myDate = udat_parse(formatter, dateString, u_strlen(dateString), &pos, &status);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue