i-regime.xml /size: 3706 b    last modification: 2020-07-01 14:35
1<?xml version="1.0" encoding="UTF-8"?>
2
3<?context-directive job ctxfile x-setups.ctx ?>
4
5<cd:interface xmlns:cd="http://www.pragma-ade.com/commands">
6
7    <cd:command name="currentregime" level="system" category="language" file="regi-ini.mkiv"/>
8
9    <cd:command name="disableregime" level="system" category="language" file="regi-ini.mkiv"/>
10
11    <cd:command name="enableregime" level="style" category="language" file="regi-ini.mkiv">
12        <cd:arguments>
13            <cd:keywords>
14                <cd:constant type="cp1250"/>
15                <cd:constant type="cp1251"/>
16                <cd:constant type="cp1252"/>
17                <cd:constant type="cp1253"/>
18                <cd:constant type="cp1254"/>
19                <cd:constant type="cp1255"/>
20                <cd:constant type="cp1256"/>
21                <cd:constant type="cp1257"/>
22                <cd:constant type="cp1258"/>
23                <cd:constant type="8859-1"/>
24                <cd:constant type="8859-2"/>
25                <cd:constant type="8859-3"/>
26                <cd:constant type="8859-4"/>
27                <cd:constant type="8859-9"/>
28                <cd:constant type="8859-10"/>
29                <cd:constant type="8859-13"/>
30                <cd:constant type="8859-14"/>
31                <cd:constant type="8859-15"/>
32                <cd:constant type="8859-16"/>
33                <cd:constant type="utf"/>
34                <cd:constant type="windows-1250"/>
35                <cd:constant type="windows-1251"/>
36                <cd:constant type="windows-1252"/>
37                <cd:constant type="windows-1253"/>
38                <cd:constant type="windows-1254"/>
39                <cd:constant type="windows-1255"/>
40                <cd:constant type="windows-1256"/>
41                <cd:constant type="windows-1257"/>
42                <cd:constant type="windows-1258"/>
43                <cd:constant type="il1"/>
44                <cd:constant type="il2"/>
45                <cd:constant type="il3"/>
46                <cd:constant type="il4"/>
47                <cd:constant type="il5"/>
48                <cd:constant type="il6"/>
49                <cd:constant type="il7"/>
50                <cd:constant type="il8"/>
51                <cd:constant type="il9"/>
52                <cd:constant type="il10"/>
53                <cd:constant type="iso-8859-1"/>
54                <cd:constant type="iso-8859-2"/>
55                <cd:constant type="iso-8859-3"/>
56                <cd:constant type="iso-8859-4"/>
57                <cd:constant type="iso-8859-9"/>
58                <cd:constant type="iso-8859-10"/>
59                <cd:constant type="iso-8859-13"/>
60                <cd:constant type="iso-8859-14"/>
61                <cd:constant type="iso-8859-15"/>
62                <cd:constant type="iso-8859-16"/>
63                <cd:constant type="latin1"/>
64                <cd:constant type="latin2"/>
65                <cd:constant type="latin3"/>
66                <cd:constant type="latin4"/>
67                <cd:constant type="latin5"/>
68                <cd:constant type="latin6"/>
69                <cd:constant type="latin7"/>
70                <cd:constant type="latin8"/>
71                <cd:constant type="latin9"/>
72                <cd:constant type="latin10"/>
73                <cd:constant type="utf-8"/>
74                <cd:constant type="utf8"/>
75                <cd:constant type="windows"/>
76            </cd:keywords>
77        </cd:arguments>
78    </cd:command>
79
80    <cd:command name="regime" type="environment" level="system" category="language" file="regi-ini.mkiv">
81        <cd:arguments>
82            <cd:keywords>
83                <cd:inherit name="enableregime"/>
84            </cd:keywords>
85        </cd:arguments>
86    </cd:command>
87
88</cd:interface>
89