Bug 133911

Summary: shouldn't depends on the locale to see PDF file
Product: [Fedora] Fedora Reporter: Akira TAGOH <tagoh>
Component: xpdfAssignee: Than Ngo <than>
Status: CLOSED RAWHIDE QA Contact: Mike McLean <mikem>
Severity: medium Docs Contact:
Priority: medium    
Version: rawhideCC: eng-i18n-bugs, llch
Target Milestone: ---Keywords: i18n
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2004-10-11 10:54:13 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:

Description Akira TAGOH 2004-09-28 13:55:28 UTC
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.6) Gecko/20040510

Description of problem:
PDF format is designed to be possible to see without the dependency of
locale. however xpdf couldn't shows PDF file without setting of proper
locale.
separating the configuration wasn't bad to me, because it avoids to be
screwed up the configuration. since xpdf supports 'include' directive,
/etc/xpdfrc should include all of xpdfrc.* which just has the font
configuration like this:

include /etc/xpdfrc.ko
include /etc/xpdfrc.ja
include /etc/xpdfrc.zh_CN
include /etc/xpdfrc.zh_TW


Version-Release number of selected component (if applicable):


How reproducible:
Always

Steps to Reproduce:
1.get the pdf file from Bug#123540 say
2.run xpdf with LANG=en_US
3.
    

Actual Results:  no Japanese glyphs are shown

Expected Results:  Japanese glyphs are shown

Additional info:

Comment 2 Than Ngo 2004-10-11 10:54:13 UTC
yes, it will be fixed in next rebuild. Leon, could you please take a
look at https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=123540.
thanks