0

What I've tried:

  • Save both CJK and ASCII characters in the file encoded with UTF-8

  • chcp 65001

  • type file.txt

It just printed out garbage !

How to show CJK lang in the console at the same time like the picture below?


(source: wikimedia.org)

(from http://en.wikipedia.org/wiki/Halfwidth_and_fullwidth_forms)

Related: Why sometimes the codepage is invalid in console?

My system envir.:

Windows7 + System loacle: Taiwan + Language pack: English

Any help would be appreciated.

1 Answers1

2

You need to choose TrueType font in the console (Consolas or Lucida Console). They must be available after switching to 65001 codepage.

Standard console

Or, you may try alternative terminals. ConEmu for example (I'm the author).

ConEmu

Maximus
  • 20,835