Character set for plain text files


Subject: Character set for plain text files
From: Andrew Dunbar (falconsquire@start.com.au)
Date: Sun Apr 08 2001 - 05:19:15 CDT


I thought AbiWord was supposed to work with encodings
and locales other than ISO 8859-1 English but this
seems not to be the case at least for plain text files.

In xap_EncodingManager.cpp I find this:

const char* XAP_EncodingManager::getNativeEncodingName() const
{
    return "ISO-8859-1"; /* this will definitely work*/
}

const char* XAP_EncodingManager::getLanguageISOName() const
{
    return "en";
};

So even after my Locale info is loaded by the prefs system all .txt
files are loaded as ISO 8859-1.

What's the proper way to fix this?

Andrew.

__________________________________________________________________
Get your free Australian email account at http://www.start.com.au



This archive was generated by hypermail 2b25 : Sun Apr 08 2001 - 05:26:02 CDT