Bug 26320
| Summary: | Japanese canot be print properly | ||
|---|---|---|---|
| Product: | [Retired] Red Hat Linux | Reporter: | Bill Huang <bhuang> |
| Component: | lpr | Assignee: | Crutcher Dunnavant <crutcher> |
| Status: | CLOSED DUPLICATE | QA Contact: | David Lawrence <dkl> |
| Severity: | high | Docs Contact: | |
| Priority: | high | ||
| Version: | 7.1 | CC: | havill, ynakai |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | i386 | ||
| OS: | Linux | ||
| Whiteboard: | Florence RC-1 | ||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2001-06-19 12:17:08 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
Bill Huang
2001-02-06 16:53:38 UTC
This defect is considered MUST-FIX for Florence Release-Candidate #1 This problem is because the printconf can't set an appropriate printer driver (or possibly Japanese available printer is needed) Help from somebody in Tokyo Office will be needed. *** This bug has been marked as a duplicate of 25757 *** In seawolf Japanese mode,lpr can't print Japanese text file properly. the problem which can't print the text plain file is caused by DEFAULTfilter in /var/spool/lpd/*/mf.cfg. you should NOT set 'cat/text' in DEFAULTfilter because the generally printer can't handle the 8bit character. As TEXTfilter, you should rewrite a mf.cfg as the conversion, or you will need to check magicfilter why can't recognize the text plain (I mean why the text file isn't through a TEXTfilter). This bug isn't fixed yet. It seems magicfilter doesn't support the multibyte character. so that the text which includes the multibyte character take for binary file. |