search

Home  >  Q&A  >  body text

Atom Chinese problem

Atom Java Code

class Main{
    public static void main(String[] args) {
        System.out.print("测试");
    }
}

python code

print('测试')

I am using a script plug-in. Is there any way to solve it?

伊谢尔伦伊谢尔伦2817 days ago575

reply all(1)I'll reply

  • 伊谢尔伦

    伊谢尔伦2017-05-17 10:11:10

    Try to see if the default encoding under the first item is utf-8

    reply
    0
  • Cancelreply