File: README.lang

package info (click to toggle)
mgp 1.13a%2Bupstream20090219-8
  • links: PTS
  • area: main
  • in suites: stretch
  • size: 3,232 kB
  • ctags: 3,009
  • sloc: ansic: 32,357; sh: 4,295; lisp: 1,405; yacc: 944; lex: 264; makefile: 130; perl: 117; awk: 9
file content (39 lines) | stat: -rw-r--r-- 1,478 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

	  Making multilingual presentations with MagicPoint

			    March 15, 2001

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

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.

If you want to use Latin-[1-4] (iso-8859-[1-4]), you can specify the
encoding of the file explisitly with charset directive, like: 

	%charset "iso8859-1"

Note that this directive can be used after %page directive, that is,
you can't use %charset directive in preamble.

In the future, we will add more encodings to charset directive, like
"iso2022-jp", or "euc-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.

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%