+
+ Each literal string and each literal character in the source is translated
+ by use of a translation table. This translation table is preset when the
+ compiler is started depending on the target system, for example to map
+ ISO-8859-1 characters into PETSCII if the target is a commodore machine.
+
+ This pragma allows to change entries in the translation table, so the
+ translation for individual characters, or even the complete table may be
+ adjusted.
+
+ Both arguments are assumed to be unsigned characters with a valid range of
+ 1-255.
+
+ Beware of two pitfalls:
+
+