From f6e455ddbc01a558a58ff28c6eedf4d83e006436 Mon Sep 17 00:00:00 2001 From: George Rhoten Date: Fri, 4 May 2001 22:54:31 +0000 Subject: [PATCH] ICU-950 Converted UTF-8 to escape sequences. X-SVN-Rev: 4605 --- icu4c/data/es_US.txt | 20 +++++++++----------- icu4c/source/data/locales/es_US.txt | 20 +++++++++----------- 2 files changed, 18 insertions(+), 22 deletions(-) diff --git a/icu4c/data/es_US.txt b/icu4c/data/es_US.txt index a6376a8818f..d40cd4a3c53 100644 --- a/icu4c/data/es_US.txt +++ b/icu4c/data/es_US.txt @@ -1,19 +1,18 @@ - // ******************************************************************************* // * -// * Copyright (C) 1997-2000, International Business Machines +// * Copyright (C) 1997-2001, International Business Machines // * Corporation and others. All Rights Reserved. // * // ******************************************************************************* es_US { Version { "x0.0" } - CurrencyElements { + CurrencyElements { "$", - "USD ", + "USD", ".", } - NumberElements { + NumberElements { ".", ",", ";", @@ -22,14 +21,13 @@ es_US { "#", "-", "E", - "‰", - "∞", - "�", + "\u2030", + "\u221e", + "\ufffd", } - NumberPatterns { + NumberPatterns { "#,##0.###;-#,##0.###", - "¤#,##0.00;-¤#,##0.00", + "\u00a4#,##0.00;-\u00a4#,##0.00", "#,##0%", } - } diff --git a/icu4c/source/data/locales/es_US.txt b/icu4c/source/data/locales/es_US.txt index a6376a8818f..d40cd4a3c53 100644 --- a/icu4c/source/data/locales/es_US.txt +++ b/icu4c/source/data/locales/es_US.txt @@ -1,19 +1,18 @@ - // ******************************************************************************* // * -// * Copyright (C) 1997-2000, International Business Machines +// * Copyright (C) 1997-2001, International Business Machines // * Corporation and others. All Rights Reserved. // * // ******************************************************************************* es_US { Version { "x0.0" } - CurrencyElements { + CurrencyElements { "$", - "USD ", + "USD", ".", } - NumberElements { + NumberElements { ".", ",", ";", @@ -22,14 +21,13 @@ es_US { "#", "-", "E", - "‰", - "∞", - "�", + "\u2030", + "\u221e", + "\ufffd", } - NumberPatterns { + NumberPatterns { "#,##0.###;-#,##0.###", - "¤#,##0.00;-¤#,##0.00", + "\u00a4#,##0.00;-\u00a4#,##0.00", "#,##0%", } - }