Python Forum
C++ accepts "é" "ù" "è" while python3 does not - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: Python Coding (https://python-forum.io/forum-7.html)
+--- Forum: General Coding Help (https://python-forum.io/forum-8.html)
+--- Thread: C++ accepts "é" "ù" "è" while python3 does not (/thread-7562.html)



C++ accepts "é" "ù" "è" while python3 does not - sylas - Jan-16-2018

Hi all! I use Pycharm community edition, together with python3. How is it possible they don't accept french characters in the strings, while C++ accepts them. May be there is something I must change in a configuration somewhere. Can you help me ?

I found what was wrong. python3 accepts while python2 does not. I went in the configuration and I was surprised to find I was on 2.7 instead of 3.2. Now with 3.2 every thing is OK.


RE: C++ accepts "é" "ù" "è" while python3 does not - stranac - Jan-16-2018

You do realize that 3.2 was released 7 years ago, and pretty-much everyone has dropped support for it, right?


RE: C++ accepts "é" "ù" "è" while python3 does not - Gribouillis - Jan-16-2018

I'm using python 3.5 and it accepts french accents in variable names too.