From c96abc8ab6774f4913058302a9d189785835cc83 Mon Sep 17 00:00:00 2001 From: Markus Scherer Date: Tue, 2 Oct 2001 23:51:42 +0000 Subject: [PATCH] ICU-1109 allow slightly longer country IDs so that a test still passes with more error checking (new overflow checking in init()...) X-SVN-Rev: 6000 --- icu4c/source/common/unicode/locid.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/icu4c/source/common/unicode/locid.h b/icu4c/source/common/unicode/locid.h index 59015af97f..9e7e33b88d 100644 --- a/icu4c/source/common/unicode/locid.h +++ b/icu4c/source/common/unicode/locid.h @@ -33,7 +33,7 @@ #include "unicode/putil.h" #define ULOC_LANG_CAPACITY 12 -#define ULOC_COUNTRY_CAPACITY 3 +#define ULOC_COUNTRY_CAPACITY 4 #define ULOC_FULLNAME_CAPACITY 50 #ifdef XP_CPLUSPLUS