peircej / jbrout

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

gestion des accents (chemins) #180

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.sous win XP ou Vista avec version de jbrout : 0.3.282 maj 0.3.521
2.s'il existe un accent dans le chemin de tools.txt
3.commande alors il y a message d'erreur 

What is the expected output?
tools.txt pour outils externes

What do you see instead?
"Traceback (most recent call last):
   File "jbrout.py", line 2255, in on_editTools_activate
runWith(["notepad.exe","leafpad","scite","gedit","kate","gvim"],unicode(JBrout.t
oolsFile))
 UnicodeDecodeError: 'utf8' codec can't decode bytes in position 12-14: invalid data"

What version of the product are you using?
Jbrout 0.3.282 maj 0.3.521
Python 2.5.2, PyGtk 2.12.1,GTK 2.12.9,PIL 1.1.6
 On what operating system?
win XP ou winVista 

Please provide any additional information below.
Chemin à probleme: 
tools.txt---> C:\Users\René xxxxx\AppData\Roaming\jbrout
chemin qui fonctionne: (sans message d'erreur)
tools.txt---> C:\Users\Rene xxxxx\AppData\Roaming\jbrout

Original issue reported on code.google.com by lachaize...@orange.fr on 20 Feb 2011 at 1:02

GoogleCodeExporter commented 8 years ago
remplacer "3. commande..."  
par : "3. alors il y a message d'erreur sur commande des outils externes."

excuses et merci RL

Original comment by lachaize...@orange.fr on 20 Feb 2011 at 1:17

GoogleCodeExporter commented 8 years ago
Although I did not experience this bug personally, here is a quick English 
transposition of what I understand: when the Windows user initially registered 
himself into Windows with an accented character, all the paths to his 
directories contain this/these accented character(s), and jBrout crashes when 
trying to use any of the user-configured tools. Personal note: IIRC there once 
existed similar bugs with photos paths and file names, but these have all been 
corrected. This bug is only when accessing to tools.txt.

Original comment by davito...@gmail.com on 20 Feb 2011 at 5:01

GoogleCodeExporter commented 8 years ago
Could we keep bugs in English, please, for idiots who don't understand 
beautiful French?

Anyway, this seems to be a duplicate of #191

Original comment by matej.c...@gmail.com on 12 Aug 2013 at 10:29