How do I make eclipse print out weird characters in unicode?

前端 未结 3 1536
情深已故
情深已故 2021-02-09 07:41

So I\'m trying to make my program output a text file with a list of names. Some of the names have weird characters, such as Åström.

I have grabbed these list of names fr

3条回答
  •  离开以前
    2021-02-09 08:08

    Set your Eclipse > Preferences > General > Workspace > Text file encoding to UTF-8.

提交回复
热议问题