Show
Ignore:
Timestamp:
08/17/10 03:08:14 (14 years ago)
Author:
jerome
Message:

Major (temporary ?) fix for a very old bug : the job options were
retrieved from the command line, and automatically converted to unicode
when cupspykota started. All other job attributes were retrieved from a
getJobAttributes() request to CUPS, and returned in utf-8. When looping
over all job attributes (including options) there was a character
encoding mismatch cause the cupspykota backend to fail miserably.
This fix may be improved later.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • pykota/trunk/pykota/version.py

    r3545 r3547  
    2424import time 
    2525 
    26 __version__ = "1.27alpha11_unofficial" 
     26__version__ = "1.27alpha12_unofficial" 
    2727 
    2828__doc__ = "PyKota : a complete Printing Quota Solution for CUPS."