Bug 578017

Summary: lang-specific overrides rule doesn't work as expected
Product: [Fedora] Fedora Reporter: Akira TAGOH <tagoh>
Component: baekmuk-ttf-fontsAssignee: Caius Chance <K9>
Status: CLOSED ERRATA QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: low    
Version: rawhideCC: fonts-bugs, i18n-bugs, jks, K9, petersen
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: baekmuk-ttf-fonts-2.2-25.fc13 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of:
: 586849 (view as bug list) Environment:
Last Closed: 2010-04-27 02:26:20 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: 578015    
Bug Blocks: 507684, 586849    

Description Akira TAGOH 2010-03-30 03:26:25 UTC
Description of problem:
All of detailed information is available on my post at the fonts list:
http://lists.fedoraproject.org/pipermail/fonts/2010-March/001117.html

binding="same" in the fontconfig config file prevents to apply the rule for the specific
language only properly. As a result, fonts is used for non-targetted languages
and it may gives different look and feel in some cases.

I'd propose to get rid of binding="same" from:
 65-baekmuk-ttf-batang.conf
 65-baekmuk-ttf-dotum.conf
 65-baekmuk-ttf-gulim.conf

Comment 1 Fedora Update System 2010-04-21 06:59:47 UTC
baekmuk-ttf-fonts-2.2-25.fc13 has been submitted as an update for Fedora 13.
http://admin.fedoraproject.org/updates/baekmuk-ttf-fonts-2.2-25.fc13

Comment 2 Fedora Update System 2010-04-21 21:52:49 UTC
baekmuk-ttf-fonts-2.2-25.fc13 has been pushed to the Fedora 13 testing repository.  If problems still persist, please make note of it in this bug report.
 If you want to test the update, you can install it with 
 su -c 'yum --enablerepo=updates-testing update baekmuk-ttf-fonts'.  You can provide feedback for this update here: http://admin.fedoraproject.org/updates/baekmuk-ttf-fonts-2.2-25.fc13

Comment 3 Jens Petersen 2010-04-22 02:43:01 UTC
*** Bug 563409 has been marked as a duplicate of this bug. ***

Comment 4 Akira TAGOH 2010-04-26 05:05:58 UTC
Testing result:
# rpm -qa baekmuk-ttf-*
baekmuk-ttf-batang-fonts-2.2-25.fc13.noarch
baekmuk-ttf-gulim-fonts-2.2-25.fc13.noarch
baekmuk-ttf-fonts-ghostscript-2.2-25.fc13.noarch
baekmuk-ttf-fonts-common-2.2-25.fc13.noarch
baekmuk-ttf-hline-fonts-2.2-25.fc13.noarch
baekmuk-ttf-dotum-fonts-2.2-25.fc13.noarch
# fc-match monospace:lang=en
DejaVuSansMono.ttf: "DejaVu Sans Mono" "Book"
# fc-match monospace:lang=en-us
DejaVuSansMono.ttf: "DejaVu Sans Mono" "Book"
# fc-match monospace:lang=ko
gulim.ttf: "Baekmuk Gulim" "Regular"
# fc-match monospace:lang=ko-kr
UnDotum.ttf: "UnDotum" "Regular"

  <test name="lang">
    <string>ko</string>
  </test>

  should be

  <test name="lang">
    <string>ko-kr</string>
  </test>

plus, the above reasult is from 65-nonlatin.conf since 65-baekmuk-ttf-gulim.conf is supposed to be applied for monospace and 65-baekmuk-dotum.conf is for sans-serif. to get that working, you should rename 65-baekmuk-* to 65-0-baekmuk-* or something like that.

# fc-match sans:lang=en
DejaVuSans.ttf: "DejaVu Sans" "Book"
# fc-match sans:lang=en-us
DejaVuSans.ttf: "DejaVu Sans" "Book"
# fc-match sans:lang=ko
dotum.ttf: "Baekmuk Dotum" "Regular"
# fc-match sans:lang=ko-kr
wqy-zenhei.ttc: "WenQuanYi Zen Hei" "Regular"

Due to the same reason above, the unexpected fonts was picked up for ko-kr.

# fc-match serif:lang=en
DejaVuSerif.ttf: "DejaVu Serif" "Book"
# fc-match serif:lang=en-us
DejaVuSerif.ttf: "DejaVu Serif" "Book"
# fc-match serif:lang=ko
batang.ttf: "Baekmuk Batang" "Regular"
# fc-match serif:lang=ko-kr
wqy-zenhei.ttc: "WenQuanYi Zen Hei" "Regular"

Due to the same reason above, the unexpected fonts was picked up for ko-kr.

# for i in $(ls /usr/share/locale|grep -v -E "^(ko)$"); do fc-match sans:lang=$i|grep -E "^(Baekmuk .*)$"; [ $? = 0 ] && echo $i; done
#
# for i in $(ls /usr/share/locale|grep -v -E "^(ko)$"); do fc-match serif:lang=$i|grep -E "^(Baekmuk .*)$"; [ $? = 0 ] && echo $i; done
#
# for i in $(ls /usr/share/locale|grep -v -E "^(ko)$"); do fc-match monospace:lang=$i|grep -E "^(Baekmuk .*)$"; [ $? = 0 ] && echo $i; done
#

That looks good.

Comment 5 Jens Petersen 2010-04-26 06:29:41 UTC
(In reply to comment #4)
> you should rename
> 65-baekmuk-* to 65-0-baekmuk-* or something like that.

Yeah - just remember that un-core-fonts is preferred, so
Baekmuk ttf should have lower priority than Un Core fonts.

Comment 6 Fedora Update System 2010-04-27 02:26:15 UTC
baekmuk-ttf-fonts-2.2-25.fc13 has been pushed to the Fedora 13 stable repository.  If problems still persist, please make note of it in this bug report.

Comment 7 Jens Petersen 2010-05-06 03:41:08 UTC
*** Bug 546490 has been marked as a duplicate of this bug. ***