<div dir="ltr"><div>When using the Geany editor:</div><div><font color="#0000ff">print</font>(¨Hello Python World¨)</div><div> the double quotation character is replaced aotomatically by ¨ instead of " wich result in the syntax error below</div><div><img width="390" height="208" alt="Inline image 2" src="cid:ii_1562565b97af3f45"></div><div><br></div><div>When typing the same line in Notepad the correct double quotation character is used, </div><div><font color="#0000ff">print</font>("Hello Python World")</div><div>I can now open the file using Geany and execute it correctly</div><div><img width="273" height="106" alt="Inline image 3" src="cid:ii_15625733cf973ebb"></div><div><br></div><div>The cause of the SyntaxError is clearly demonstrated by opening the file that was created using Notepad, which is the first line below. The second line is typed in Geany and clearly show a different Character used for the double qutation mark</div><div><img width="411" height="201" alt="Inline image 4" src="cid:ii_15625753aced0474"></div><div><br></div><div>How do I set up Geany correctly to avoid this Error?</div><div><br></div><div>Regards</div><div>danie</div></div>