Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!news.glorb.com!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail From: phil@bolthole.com Newsgroups: comp.lang.java.programmer Subject: problem with java displaying unicode, under ms-windows Date: Sat, 21 Jul 2012 22:31:30 -0700 (PDT) Organization: http://groups.google.com Lines: 21 Message-ID: <096d855d-7df4-4591-a498-818ae0bb193c@googlegroups.com> NNTP-Posting-Host: 173.58.246.116 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: posting.google.com 1342935190 6512 127.0.0.1 (22 Jul 2012 05:33:10 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Sun, 22 Jul 2012 05:33:10 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=173.58.246.116; posting-account=CiEMKgoAAADyVniih7tiexmSpPX6JYhp User-Agent: G2/1.0 Xref: csiph.com comp.lang.java.programmer:16205 Hi folks, I'm hoping someone can tell me the magic to get java (6 or 7) to display unicode chars under ms-windows? This is a standalone program, not an applet: http://bolthole.com/jdrill/jdrill2_3_1.jar The program itself works; I know this, because it displays fine under macos. Unfortunately, the exact same jar file displays empty boxes instead of nice kanji chars, under ms-windows. Using java version 6 or 7. Looking in the font properties type files, it seems like they are referencing ms-gothic and ms-mincho fonts. which ARE present on the system. I see ms-gothic and ms-mincho in Control panel->fonts And my browser successfully displays unicode pages such as http://www.mainichi.co.jp/ So... why isnt java displaying unicode properly??? Some years ago, it was neccessary to download a special "international" version of java on windows, to display 16-bit-wide fonts. but there does not even seem to be that option any more. So.. what should I do?