Show
Ignore:
Timestamp:
01/10/08 23:01:47 (16 years ago)
Author:
jerome
Message:

Removed the dependency on python-chardet entirely. Now uses unicode
or UTF-8 strings all over the place : UTF-8 still used for datas
coming from/going to the database (TODO). Conversion to end user's
locale charset is now only done when needed. PyKota Exceptions need
a base class which, for now, will handle the charset translation,
until we get the time to replace internal loggers with Python's
logging module...

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • pykota/trunk/qa-assistant/pykota.xml

    r3212 r3287  
    172172      </description> 
    173173    </entry> 
    174     <entry name="python-chardet" display="true"> 
    175       <states> 
    176         <state name="Pass">python-chardet is installed</state> 
    177         <state name="Fail">python-chardet is not installed</state> 
    178         <state name="Non-Blocker">Our system is correctly configured and up-to-date so PyKota won't need this module</state> 
    179       </states> 
    180       <description> 
    181         python-chardet allows PyKota to automatically detect the character set used in a print job's textual information (like its title) 
    182         in the case your system and/or installed release of CUPS doesn't produce UTF-8. 
    183         It can also be useful when dumping incorrectly encoded database contents (because of the problem mentioned 
    184         above). 
    185         You can install it with 'apt-get install python-chardet' 
    186       </description> 
    187     </entry> 
    188174    <entry name="python-pam" display="true"> 
    189175      <states>