From f46fc3c62b7e749a27a28b7db670b615612ef621 Mon Sep 17 00:00:00 2001 From: Alan Liu Date: Thu, 11 Mar 2004 13:57:08 +0000 Subject: [PATCH] ICU-3391 add pattern chars for YeugAZ fields X-SVN-Rev: 14678 --- icu4c/source/i18n/dtfmtsym.cpp | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/icu4c/source/i18n/dtfmtsym.cpp b/icu4c/source/i18n/dtfmtsym.cpp index d717d393c8..01eae291fa 100644 --- a/icu4c/source/i18n/dtfmtsym.cpp +++ b/icu4c/source/i18n/dtfmtsym.cpp @@ -45,10 +45,11 @@ * Unlocalized date-time pattern characters. For example: 'y', 'd', etc. All * locales use the same these unlocalized pattern characters. */ -static const UChar gPatternChars[] = -{ - 0x47, 0x79, 0x4D, 0x64, 0x6B, 0x48, 0x6D, 0x73, 0x53, 0x45, - 0x44, 0x46, 0x77, 0x57, 0x61, 0x68, 0x4B, 0x7A, 0x59, 0x65, 0 /* "GyMdkHmsSEDFwWahKzYe" */ +static const UChar gPatternChars[] = { + // GyMdkHmsSEDFwWahKzYeugAZ + 0x47, 0x79, 0x4D, 0x64, 0x6B, 0x48, 0x6D, 0x73, 0x53, 0x45, 0x44, + 0x46, 0x77, 0x57, 0x61, 0x68, 0x4B, 0x7A, 0x59, 0x65, 0x75, 0x67, + 0x41, 0x5A, 0 }; //------------------------------------------------------