Changeset 3019

Show
Ignore:
Timestamp:
09/19/06 00:45:21 (18 years ago)
Author:
jerome
Message:

Don't use CUPS' CHARSET environment variable anymore since it's not
reliable.

Files:
1 modified

Legend:

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

    r3013 r3019  
    160160        except locale.Error :             
    161161            pass 
    162         self.charset = charset or os.environ.get("CHARSET") or self.localecharset or "ISO-8859-15" 
     162        self.charset = charset or self.localecharset or "ISO-8859-15" 
    163163     
    164164        # pykota specific stuff