Bug 382291 - pycups needs to check attributes-charset in IPP responses
Summary: pycups needs to check attributes-charset in IPP responses
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: system-config-printer
Version: 8
Hardware: All
OS: Linux
low
low
Target Milestone: ---
Assignee: Tim Waugh
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks: 380431
TreeView+ depends on / blocked
 
Reported: 2007-11-14 12:18 UTC by Tim Waugh
Modified: 2008-01-21 14:37 UTC (History)
0 users

Fixed In Version: 0.7.78-3.fc9
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2008-01-21 14:37:31 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Tim Waugh 2007-11-14 12:18:08 UTC
Description of problem:
When pycups parses IPP response it does not convert from the attributes-charset
to the native charset.

Version-Release number of selected component (if applicable):
1.9.27 (system-config-printer-0.7.74.4-2.fc8)

How reproducible:
100%

Steps to Reproduce:
1.In a UTF-8 locale, 'lpadmin -p queuename -v /dev/null' with a non-ASCII
character in the queue name.
2.In a non-UTF-8 locale, python -c 'import cups; c=cups.Connection(); print
c.getPrinters().keys()'
  
Actual results:
Incorrect output.

Expected results:
Correct output.


Note You need to log in before you can comment on or make changes to this bug.