This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH 1/1] Added New Locale en_SC


> [#BZ 21854]
> 	* localedata/SUPPORTED : Added en_SC.UTF-8
> 	* localedata/locales/en_SC: Added New File en_SC
>

>Looks mostly OK, I’ll commit that with the following changes:
>
>    diff --git a/localedata/locales/en_SC b/localedata/locales/en_SC
>    index 387f9ca7f3..49800a83fe 100644
>    --- a/localedata/locales/en_SC
>    +++ b/localedata/locales/en_SC
>    @@ -13,7 +13,7 @@ escape_char /
>
>     LC_IDENTIFICATION
>     title      "English locale for the Seychelles"
>    -source     "Samsung Electronics Co., Ltd."  
>    +source     "Samsung Electronics Co., Ltd."
>
>Fix trailing whitespace
>
>     address    ""
>     contact    ""
>     email      "akhilesh.k@samsung.com"
>    @@ -52,11 +52,11 @@ END LC_COLLATE
>     LC_MONETARY
>     int_curr_symbol     "SCR "
>     currency_symbol     "SR"
>    -mon_decimal_point   "<U002E>"
>    -mon_thousands_sep   "<U002C>"
>    +mon_decimal_point   "."
>    +mon_thousands_sep   ","
>
>Make it more readable by using ASCII.
>
>     mon_grouping        3;3
>     positive_sign       ""
>    -negative_sign       "<U002D>"
>    +negative_sign       "-"
>
>Make it more readable by using ASCII.
>
>     int_frac_digits     2
>     frac_digits         2
>     p_cs_precedes       1
>    @@ -88,12 +88,10 @@ END LC_PAPER
>
>     LC_TELEPHONE
>     % https://www.howtocallabroad.com/seychelles/
>    -% +%c %l                                                    
>    -tel_int_fmt "<U002B><U0025><U0063><U0020><U0025><U006C>" 
>    +tel_int_fmt "+%c %l"
>
>Make it more readable by using ASCII.
>
>     % 00 Africa: all countries except Kenya, Nigeria, Tanzania and Uganda
>    -int_select     "<U0030><U0030>"
>    -% 248
>    -int_prefix     "<U0032><U0034><U0038>"
>    +int_select     "00"
>    +int_prefix     "248"
>
>Make it more readable by using ASCII.
>
>     END LC_TELEPHONE
>
>     LC_MEASUREMENT
>    @@ -106,14 +104,15 @@ END LC_NAME
>
>     LC_ADDRESS
>     postal_fmt   "%f%N%h%s%N%T"
>    -country_name "seychelles"
>    +country_name "Seychelles"
>
>In English, country names start with a capital letter.
>
>     country_ab2  "SC"
>     country_ab3  "SYC"
>     country_num  690
>    -country_car  "SYC"
>    +% https://en.wikipedia.org/wiki/List_of_international_vehicle_registration_codes
>    +country_car  "SY"
>
>I think "SYC" was wrong.
	
	Agree 
	
>     country_isbn "978-99931"
>     % English
>    -lang_name    "<U0045><U006E><U0067><U006C><U0069><U0073><U0068>"
>    +lang_name    "English"
>
>Make it more readable by using ASCII.
 
 Thanks for Nice review, Integared all your review comments 

Please find v2 patch 
https://sourceware.org/ml/libc-alpha/2017-08/msg00155.html


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]