Closed
Bug 118814
Opened 23 years ago
Closed 4 years ago
add regex capability to unixcharset.property
Categories
(Core :: Internationalization, defect)
Tracking
()
RESOLVED
WONTFIX
People
(Reporter: ftang, Assigned: marcus)
Details
(Keywords: intl)
currently, we need to specify the EXACT locale name in the unixcharset.property
file for FreeBSD or other Unix which DO NOT support nl_langinfo. It will be nice
if we can have RegEx capability in it.
So... instead of
+locale.all.da_DK.ISO_8859-1=ISO-8859-1
+locale.all.de_AT.ISO_8859-1=ISO-8859-1
+locale.all.de_CH.ISO_8859-1=ISO-8859-1
....
we could have
+locale.match.*ISO[-]?8859[-]?1=ISO-8859-1
assign to marcus@marcuscom.com since he care about FreeBSD.
cc shanjian and Roland.Mainz@informatik.med.uni-giessen.de
Roland.Mainz@informatik.med.uni-giessen.de seems familar with RegEx, maybe he
can help this issue :) this way can we reduce the size of unixcharset.property
and make it smaller. We should use different base key (not locale.all, but
somthing like locale.match) for regex entry.
Reporter | ||
Comment 1•23 years ago
|
||
and the regex entry should be apply AFTER It cannot find the exact mapping
Updated•16 years ago
|
QA Contact: ruixu → i18n
![]() |
||
Updated•4 years ago
|
Status: NEW → RESOLVED
Closed: 4 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•