[Bug localedata/20206] ay_BO: new locale

vapier at sourceware dot org sourceware-bugzilla@sourceware.org
Wed Jun 8 05:16:00 GMT 2016


https://sourceware.org/bugzilla/show_bug.cgi?id=20206

--- Comment #5 from Mike Frysinger <vapier at sourceware dot org> ---
(In reply to Nicky Maldonado from comment #4)
> LC_MESSAGES
> yesexpr "Jisa"
> noexpr  "Janiwa"
> END LC_MESSAGES

yesexpr/noexpr are regular expressions.  these two fields most likely are what
you want for yesstr/nostr (and probably not have the J be capital).

what do people typically use as one or two letter responses ?  e.g. in English,
we use [y/n] to select yes or no.  since those both start with "j", what is the
alternative ?

if it's [i/a], you'll want something like:
yesexpr "^[+1yYiI]"
noexpr  "^[-0nNaA]"

-- 
You are receiving this mail because:
You are on the CC list for the bug.


More information about the Libc-locales mailing list