mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-15 01:42:37 +00:00
ICU-3682 Fix EBCDIC issue
X-SVN-Rev: 14901
This commit is contained in:
parent
df336fd5c5
commit
da70b390bc
1 changed files with 1 additions and 1 deletions
|
@ -789,7 +789,7 @@ FractionalPartSubstitution::doSubstitution(double number, UnicodeString& toInser
|
|||
} else {
|
||||
pad = TRUE;
|
||||
}
|
||||
getRuleSet()->format((int64_t)(dl.fDigits[--dl.fCount] - gZero), toInsertInto, _pos + getPos());
|
||||
getRuleSet()->format((int64_t)(dl.fDigits[--dl.fCount] - '0'), toInsertInto, _pos + getPos());
|
||||
}
|
||||
while (dl.fDecimalAt < 0) {
|
||||
if (pad && useSpaces) {
|
||||
|
|
Loading…
Add table
Reference in a new issue