This is the mail archive of the glibc-bugs@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]

[Bug localedata/20206] ay_BO: new locale


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.

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