This is the mail archive of the cygwin mailing list for the Cygwin 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: zh_HK.big5 locale


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


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