Bug 137012
Summary: | [patch]Bengali does not have fallback fonts | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Leon Ho <llch> | ||||||||
Component: | openoffice.org | Assignee: | Dan Williams <dcbw> | ||||||||
Status: | CLOSED RAWHIDE | QA Contact: | |||||||||
Severity: | medium | Docs Contact: | |||||||||
Priority: | medium | ||||||||||
Version: | rawhide | CC: | caolanm, eng-i18n-bugs | ||||||||
Target Milestone: | --- | Keywords: | i18n | ||||||||
Target Release: | --- | ||||||||||
Hardware: | All | ||||||||||
OS: | Linux | ||||||||||
Whiteboard: | |||||||||||
Fixed In Version: | openoffice.org-i18n-1.1.2-18.6.EL4 | Doc Type: | Bug Fix | ||||||||
Doc Text: | Story Points: | --- | |||||||||
Clone Of: | Environment: | ||||||||||
Last Closed: | 2004-12-16 06:34:05 UTC | Type: | --- | ||||||||
Regression: | --- | Mount Type: | --- | ||||||||
Documentation: | --- | CRM: | |||||||||
Verified Versions: | Category: | --- | |||||||||
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||||||
Cloudforms Team: | --- | Target Upstream Version: | |||||||||
Embargoed: | |||||||||||
Bug Depends On: | |||||||||||
Bug Blocks: | 126002, 137149, 138056 | ||||||||||
Attachments: |
|
Description
Leon Ho
2004-10-25 05:45:40 UTC
Nov 22 is the probable target date for starting work on this. Checked the font for CJK and Indic locales. Only bn_IN does not have the proper fallback fonts. Tested with openoffice.org-1.1.2-14.6.EL4. Created attachment 108112 [details]
first patch to map bn_IN to "BENGALI"
1. patch to tools maps bn_IN (instead of bn_BD) to "LANGUAGE_BENGALI" like 2.0
does
Created attachment 108113 [details]
second patch to classify BENGALI as a CTL language
2. patch to svtools to classify BENGALI as a CTL language. Otherwise the
default will be the western font entries when in the bengali locale, even
though the CTL entries will be correctly set
Created attachment 108114 [details]
third patch to add bengali to i18npool
3. patch to i18npool to add a bengali entry like the other hindi varients. Not
100% sure that this is required. Followed the minimal mr_IN varient to create
it.
Those should do the trick, works for me (tm). Though its an open question if the patches need to be duplicated to handle Bangladeshi Bengali i.e. add 1. { LANGUAGE_BENGALI_BANGLADESH, "bn", "BD" }, to isolang.cxx and 2. #define LANGUAGE_BENGALI_BANGLADESH 0x0845 to tools/inc/lang.hxx 3. add LANGUAGE_BENGALI_BANGLADESH to the svtools classification thing 4. (required ?) stick an appropiate xml and matching makefile.mk changes ala patch 3 above for bn-BD.xml Patches should be in 1.1.2-16 and later Tested with 1.1.2-17.6.EL4. the proper font is chosen by default on all CJK and 5 Indic locales Confirmed fixed in openoffice.org-i18n-1.1.2-18.6.EL4. OOo in bn_IN can now type mix en and bn_IN characters in a document. Thanks. |