Summary: | lang=xx and lang=xx-yy behave inconsistently | ||
---|---|---|---|
Product: | fontconfig | Reporter: | Jens Petersen <petersen> |
Component: | library | Assignee: | Keith Packard <keithp> |
Status: | RESOLVED DUPLICATE | QA Contact: | Behdad Esfahbod <freedesktop> |
Severity: | normal | ||
Priority: | medium | CC: | akira, freedesktop |
Version: | 2.8 | ||
Hardware: | Other | ||
OS: | All | ||
Whiteboard: | |||
i915 platform: | i915 features: |
Description
Jens Petersen
2010-02-17 02:38:19 UTC
Though I attached a patch recently to modify the langset and the charset at Bug#23758, that may be possible to get this resolved by adding some rules to update the lang in the query pattern like: <match> <test name="lang"> <string>ja</string> </test> <edit name="lang" mode="append" binding="same"> <langset>ja-jp</langset> </edit> </match> <match> <test name="lang"> <string>ja-jp</string> </test> <edit name="lang" mode="append" binding="same"> <langset>ja</langset> </edit> </match> That could be possible to be generated at the build time and give a higher priority to that config perhaps. How does it look? (In reply to comment #2) > Is this a dupe of bug 35118? I think so |
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.