ICU-5566 Update Sudan currency
X-SVN-Rev: 21657
This commit is contained in:
parent
871ce36286
commit
debbc013c6
@ -254,7 +254,7 @@ CurrencyData:table(nofallback){
|
||||
SA { "SAR" } // SAUDI ARABIA: Saudi Riyal
|
||||
SB { "SBD" } // SOLOMON ISLANDS: Solomon Islands Dollar
|
||||
SC { "SCR" } // SEYCHELLES: Seychelles Rupee
|
||||
SD { "SDD" } // SUDAN: Sudanese Dinar
|
||||
SD { "SDG" } // SUDAN: Sudanese Pound
|
||||
SE { "SEK" } // SWEDEN: Swedish Krona
|
||||
SG { "SGD" } // SINGAPORE: Singapore Dollar
|
||||
SH { "SHP" } // SAINT HELENA: Saint Helena Pound
|
||||
|
@ -931,7 +931,8 @@ static const struct CurrencyList {
|
||||
{"SAR", UCURR_COMMON|UCURR_NON_DEPRECATED},
|
||||
{"SBD", UCURR_COMMON|UCURR_NON_DEPRECATED},
|
||||
{"SCR", UCURR_COMMON|UCURR_NON_DEPRECATED},
|
||||
{"SDD", UCURR_COMMON|UCURR_NON_DEPRECATED},
|
||||
{"SDD", UCURR_COMMON|UCURR_DEPRECATED},
|
||||
{"SDG", UCURR_COMMON|UCURR_NON_DEPRECATED},
|
||||
{"SDP", UCURR_COMMON|UCURR_DEPRECATED},
|
||||
{"SEK", UCURR_COMMON|UCURR_NON_DEPRECATED},
|
||||
{"SGD", UCURR_COMMON|UCURR_NON_DEPRECATED},
|
||||
|
Loading…
Reference in New Issue
Block a user