From e4c2a5c29f78def39801d8f2ea12b954594f7e7d Mon Sep 17 00:00:00 2001 From: Konstantin Ritt Date: Wed, 14 Nov 2012 18:09:02 +0200 Subject: Assign correct codes to QLocale::AnyCountry and AnyScript as their meaning, in fact, is unknown (or default) country/script. Change-Id: Id75a70d4b33c2092de414f3ac357f6bcb627ba47 Reviewed-by: Lars Knoll --- src/corelib/tools/qlocale_data_p.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/corelib/tools/qlocale_data_p.h') diff --git a/src/corelib/tools/qlocale_data_p.h b/src/corelib/tools/qlocale_data_p.h index f0d92b7801..4d4cb962ce 100644 --- a/src/corelib/tools/qlocale_data_p.h +++ b/src/corelib/tools/qlocale_data_p.h @@ -5091,7 +5091,7 @@ static const unsigned char language_code_list[] = ; static const unsigned char script_code_list[] = -"\0\0\0\0" // AnyScript +"Zzzz" // AnyScript "Arab" // Arabic "Cyrl" // Cyrillic "Dsrt" // Deseret @@ -5128,7 +5128,7 @@ static const unsigned char script_code_list[] = "Yiii" // Yi ; static const unsigned char country_code_list[] = -" \0" // AnyCountry +"ZZ\0" // AnyCountry "AF\0" // Afghanistan "AL\0" // Albania "DZ\0" // Algeria -- cgit v1.2.3