Sophie

Sophie

distrib > Mandriva > 2010.0 > i586 > media > contrib-release > by-pkgid > 52431bd36bab9409879060f79fc9132c > files > 44

mlterm-2.9.4-3mdv2009.1.i586.rpm

comment -*- mode: text -*-
comment $Id: README.xim,v 1.4 2003/06/08 12:11:04 arakiken Exp $

mlterm processes XIM as below.

1. OpenXIM() under certain locale (LC_CTYPE or "XIM Locale" in mlconfig)
2. Parser object of the locale codeset is created and bound to the XIM.
3. Text received from XIM is parsed with the parser object bound to it,
   converted to the encoding of pty and output to pty.

This enables mlterm to manage the condition that the locale when OpenXIM() is
called and the pty encoding conflict. (e.g. locale is ko_KR.eucKR and pty
encoding is UTF-8)

Multiple XIM feature bases on this framework.