Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ICU-21971 Added a new numeric currency code SLE/695 for Sierra Leone … #2056

Merged
merged 1 commit into from
Mar 30, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion icu4c/source/data/misc/currencyNumericCodes.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
// Corporation and others. All Rights Reserved.
//---------------------------------------------------------
// Build tool: com.ibm.icu.dev.tool.currency.NumericCodeData
// Build date: 2022-02-16T22:39:51Z
// Build date: 2022-03-30T17:57:09Z
//---------------------------------------------------------
// >> !!! >> THIS IS A MACHINE-GENERATED FILE << !!! <<
// >> !!! >>> DO NOT EDIT <<< !!! <<
Expand Down Expand Up @@ -234,6 +234,7 @@ currencyNumericCodes:table(nofallback){
SHP:int{654}
SIT:int{705}
SKK:int{703}
SLE:int{695}
SLL:int{694}
SOS:int{706}
SRD:int{968}
Expand Down
4 changes: 2 additions & 2 deletions icu4j/main/shared/data/icudata.jar
Git LFS file not shown
4 changes: 2 additions & 2 deletions icu4j/main/shared/data/icutzdata.jar
Git LFS file not shown
Original file line number Diff line number Diff line change
Expand Up @@ -336,6 +336,7 @@ public void writeResource(OutputStreamWriter osw, String resName) throws IOExcep
{"SHP", "654"},
{"SIT", "705"},
{"SKK", "703"},
{"SLE", "695"},
{"SLL", "694"},
{"SOS", "706"},
{"SRD", "968"},
Expand Down