ICU-2882 use Peseta sign

X-SVN-Rev: 12053
This commit is contained in:
Alan Liu 2003-05-23 00:30:17 +00:00
parent fa121807f8
commit 83e7ddd217
2 changed files with 2 additions and 2 deletions

View File

@ -111,6 +111,6 @@ ca {
// Currency display names
Currencies {
ESP { "Pts", "ESP" }
ESP { "\u20A7", "ESP" } // Spanish Peseta
}
}

View File

@ -85,6 +85,6 @@ gl {
// Currency display names
Currencies {
ESP { "Pta", "ESP" }
ESP { "\u20A7", "ESP" } // Spanish Peseta
}
}