Path: csiph.com!usenet.pasdenom.info!aioe.org!eternal-september.org!feeder.eternal-september.org!mx04.eternal-september.org!.POSTED!not-for-mail From: markspace <-@.> Newsgroups: comp.lang.java.programmer Subject: Re: problem with java displaying unicode, under ms-windows Date: Sun, 22 Jul 2012 10:10:28 -0700 Organization: A noiseless patient Spider Lines: 9 Message-ID: References: <096d855d-7df4-4591-a498-818ae0bb193c@googlegroups.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Injection-Date: Sun, 22 Jul 2012 17:10:32 +0000 (UTC) Injection-Info: mx04.eternal-september.org; posting-host="61282af8d6595e8d991edb5ac03d6e00"; logging-data="13944"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1932+rllhfr6LR8K3yfCGQPl8VRBVd/e7E=" User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:14.0) Gecko/20120713 Thunderbird/14.0 In-Reply-To: Cancel-Lock: sha1:hUYLSvnGzRr7BlFQdmQu5Ho72Ok= Xref: csiph.com comp.lang.java.programmer:16222 On 7/22/2012 9:55 AM, Philip Brown wrote: > btw: thanks to markspace for his code, but I'm using AWT. > Kindasorta like Knute's code, but with plain Frame, not JFrame, as top. It works the same for AWT. They all use the same drawChars() method underneath.