This is the mail archive of the glibc-bugs@sources.redhat.com 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/58] Outdated Ukrainian (uk_UA) locale


------- Additional Comments From barbier at linuxfr dot org  2005-05-15 19:32 -------
>> * Parenthesis are wrongly put in yesexpr/noexpr
> I see no difference in behaviour.

What I meant is that
  yesexpr "^(a)|(b)$"
matches a leading 'a' or a trailing 'b', but your comments
in the locale file show that you surely wanted to write
  yesexpr "^(a|b)$"
That's not a big deal in practice, but these expressions
should match their descriptive comments.

Your other answers looked fine to me, thanks for your explanations.

-- 


http://sources.redhat.com/bugzilla/show_bug.cgi?id=58

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


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