Showing posts with label Chinese Font. Show all posts
Showing posts with label Chinese Font. Show all posts

Mar 1, 2012

Chrome English Version Download Chinese Garbled Code

I have installed Chrome English version, and it's very smooth and easy to use. But there is a problem when downloading file with Chinese name, the name will become garbled codes. The way to solve this:
1, Chrome-->Settings-->Options-->Under the Hood; See there is an item called "Customized Font" and click it

2, Change Encoding to Unicode (UTF-8)






Then everything is happy.

Dec 15, 2009

Java Applet Chinese Font Settings

If you are using a English language Windows XP, the Java Applet might not display Chinese normally. The method to solve this:
1) Put one Chinese font file which is in C:\Windows\Fonts\ to $JAVA_ROOT/jre/lib/fonts/fallback/ , for example you choose SimSun
$JAVA_ROOT means JDK installation directory.

2) Open control pannel, click Java, under Java->Java Runtime Settings->View,
Add -Dfile.encoding=gbk in the Runtime Parameters.

It will be OK.