ouilles / pyscripter

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

PyScripter can't display "한글" #741

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I cant' display comment written in "한글, Korean".

My simple test code is as follows.

    # -*- coding: utf-8 -*-
    # 한글

    print "한글"

But it looks like, 

    # -*- coding: utf-8 -*-
    # ㅁㅁ

    print "ㅁㅁ"

To solve this problem, I tried every solution I know.

1. # -*- coding: utf-8 -*- in the first line
2. added Python path to System Properties 
3. edited  site.py
4. file format -> utf-8

But it still got that same problem.

Could you tell me how to solve that problem?

I'm using Windows 7 professional, Python 2.7(x86), PyScripter 2.5.3 x86.

Original issue reported on code.google.com by ian.y...@gmail.com on 8 Jul 2013 at 2:16

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
Finally, I found a solution.

Tools -> Options -> Editor Options -> Display tab 

And then "Change Editor Font". Some fonts are displayed broken, but some are 
not broken.

I'm using Windows 7 professional, Python 2.7(64bit), PyScripter 2.5.3 64bit.

Original comment by ian.y...@gmail.com on 14 Jul 2013 at 10:10

GoogleCodeExporter commented 9 years ago

Original comment by pyscripter on 23 Mar 2015 at 2:58