Re: Linux encoding problem
"Roger Binns" <[email protected]>
| Newsgroups | gmane.comp.mobile.bitpim.devel |
|---|---|
| Message-ID | <004001c69428$86ebc980$3501a8c0@rogersqyvr14d3> |
> I have some ideas as to what the cause is in the packaging > process. How can I reproduce the problem without having > the applicable phones? The cause is that cxFreeze doesn't pick up encodings.aliases. The encoding is iso8859_1 *not* iso-8859-1 as we have in the code. But the encodings.aliases file defines the latter as an alias for the former. I couldn't get cxFreeze to make the aliases effective. Changing the encoding does fix the problem, but we need a better solution as this can happen again when other encodings and their aliases are used. Roger