Bug 102355
| Summary: | 0.6.70-1 isn't usable for zh_CN | ||
|---|---|---|---|
| Product: | [Retired] Red Hat Linux Beta | Reporter: | Akira TAGOH <tagoh> |
| Component: | redhat-config-printer | Assignee: | Tim Waugh <twaugh> |
| Status: | CLOSED RAWHIDE | QA Contact: | David Lawrence <dkl> |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | beta1 | CC: | eng-i18n-bugs |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2003-08-19 03:34:58 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: | 100643 | ||
Please try redhat-config-printer 0.6.71-1. confirmed the fix, thanks |
From Bugzilla Helper: User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.4) Gecko/20030703 Description of problem: I couldn't set up the printer for zh_CN locale due to the warnings occurs like that: (redhat-config-printer:18817): Gtk-WARNING **: Invalid input string ** (redhat-config-printer:18817): WARNING **: Invalid UTF8 string passed to pango_layout_set_text() zh_CN/printconf.mo seems to be encoded by GB18030. but when I convert po/zh_CN.po to UTF-8 and replace the charset to UTF-8, then use it instead, it works. so I don't think the translation is broken. r-c-p might needs to call i18n.textdomain_codeset() with UTF-8? Version-Release number of selected component (if applicable): How reproducible: Always Steps to Reproduce: 1.run r-c-p with zh_CN locale 2. 3. Additional info: