From mboxrd@z Thu Jan 1 00:00:00 1970 From: ivan Subject: charset translation in xdosemu Date: Wed, 11 May 2005 13:32:37 +0200 Message-ID: <20050511113237.GC9139@larva.oko> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Return-path: Content-Disposition: inline Sender: linux-msdos-owner@vger.kernel.org List-Id: Content-Type: text/plain; charset="us-ascii" To: linux-msdos@vger.kernel.org Hi, I got dosemu working with character translation cp895->iso8859-2 and it successfuly runs using utf8 xterm and luit -encoding iso-8859-2 dosemu . But, it dos not work in xdosemu. Is translation not implemented for xdosemu? Using dosemu-1.3.1 and following .dosemurc $_X_font = "terminus-iso8859-2-24" $_term_char_set = "ibm" $_external_char_set = "iso8859-2" $_internal_char_set = "cp895" Well, it works with a cp895 font. I'm just being curious about the translation. I also tried compiling plugin/translation and setting external_char_set to utf8 and run it without luit under utf8 xterm, but all I got was a screen full of at-signs. Also, would it be hard to implement iso-10646, so that xdosemu could use the same font as the rest of apps in X? I know nothing about Xlib or fontconfig or whatever it involves. I might leran though. Ivan