zh_HK.big5 locale

Steven Penny svnpenn@gmail.com
Sat Feb 10 04:41:00 GMT 2018


On Fri, 9 Feb 2018 19:59:26, Brian Inglis wrote:
> $ locale -av
> ...
> 
> locale: zh_HK           archive: /proc/cygdrive/c/WINDOWS/System32/KERNEL32.DLL
> -------------------------------------------------------------------------------
>  language | Chinese (Traditional)
> territory | Hong Kong SAR
>   codeset | BIG5

Actually you are right - thanks - for the purpose of my testing - zh_HK does
work:

    $ LC_ALL=zh_HK awk 'BEGIN {print "\243" ~ /[^[:alpha:]]/}'
    1

    $ awk 'BEGIN {print "\243" ~ /[^[:alpha:]]/}'
    0

thanks again


--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple



More information about the Cygwin mailing list