ouilles / pyscripter

Automatically exported from code.google.com/p/pyscripter
0 stars 0 forks source link

Accent (é, ê, è) not supported by PyScripter v2.4.1.0 at launching #742

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago

What steps will reproduce the problem?
1. Write a python module including string with accent : ch = 'approuvé'
2. save module and exit pyscripter
3. re-open the previous module within PyScripter and you see : ch = 
'approuvé' (my script using string comparison no longer works)

What is the expected output? What do you see instead? I expect no change in 
displayed letters in the editor

What version of the product are you using? On what operating system?
PyScripter v2.4.1.0 with Portable Python v3.2.1.1 on windows vista.

Please provide any additional information below.

Original issue reported on code.google.com by gaelle.m...@free.fr on 11 Jul 2013 at 12:03

GoogleCodeExporter commented 9 years ago
OK pb solved with PyScripter v2.5.3
saving with file format UTF8 (Menu EDIT / FILE FORMAT)
and adding line # -*- coding: utf-8 *-*  in the code

Original comment by gaelle.m...@free.fr on 30 Jul 2013 at 8:19

GoogleCodeExporter commented 9 years ago

Original comment by pyscripter on 23 Mar 2015 at 4:24