Making multilingual presentations with MagicPoint $Id: README.lang,v 1.1.1.1 2001-03-14 11:57:51 thep Exp $ MagicPoint has no idea about what kind of character set you are using with your presentation file, or what kind of language you are using. For example, if you use Latin-1 (iso-8859-1) you MUST tell that explicitly to MagicPoint. In the future, we will be adding a MagicPoint directive to specify the encoding of the file explicitly, like: %charset "iso-8859-1" %charset "iso-2022-jp" Making MagicPoint presentations in European languages - Use "/configure --enable-locale" before compilation. In some operating systems you may need -lxpg4 with this. (so that ctype functions, such as isprint(), works with locale support) - When invoking MagicPoint, configure the LANG environment variable to proper value. - When making a PostScript file for the presentation, use -e option. Making MagicPoint presentations in Asian languages - Use iso-2022 family encoding (iso-2022-jp, iso-2022-cn and others). Or, the X11 ctext encoding for your file.