Re: python warnings in convertDefault.py

2006-06-27 Thread Lars Gullik Bjønnes
Jose' Matos <[EMAIL PROTECTED]> writes: | On Tuesday 27 June 2006 01:33, Bo Peng wrote: | > BTW, I was using 8859-1, but 8859-15 may be better. | | Is there any reason for us not using utf-8 for 1.5? WEll then the file must be reencoded, but sure. I'd prefere utf-8. -- Lgb

Re: python warnings in convertDefault.py

2006-06-27 Thread Jose' Matos
On Tuesday 27 June 2006 01:33, Bo Peng wrote: > BTW, I was using 8859-1, but 8859-15 may be better. Is there any reason for us not using utf-8 for 1.5? I think that those files should follow the same spirit of the project changes. > Bo. -- José Abílio

Re: python warnings in convertDefault.py

2006-06-27 Thread Jose' Matos
On Tuesday 27 June 2006 01:33, Bo Peng wrote: > BTW, I was using 8859-1, but 8859-15 may be better. If you need to talk about € then yes else no (mostly there are only two other changes). :-) > Bo. -- José Abílio

Re: python warnings in convertDefault.py

2006-06-26 Thread Bo Peng
On 27 Jun 2006 01:29:03 +0200, Lars Gullik Bjønnes <[EMAIL PROTECTED]> wrote: This seem to fix some warnings I see. Index: lib/scripts/convertDefault.py === --- lib/scripts/convertDefault.py (revision 14237) +++ lib/scripts/c

python warnings in convertDefault.py

2006-06-26 Thread Lars Gullik Bjønnes
This seem to fix some warnings I see. Index: lib/scripts/convertDefault.py === --- lib/scripts/convertDefault.py (revision 14237) +++ lib/scripts/convertDefault.py (working copy) @@ -1,5 +1,5 @@ #!/usr/bin/env python - +