<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://m204wiki.rocketsoftware.com/index.php?action=history&amp;feed=atom&amp;title=Template%3ACharacterMap_example</id>
	<title>Template:CharacterMap example - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://m204wiki.rocketsoftware.com/index.php?action=history&amp;feed=atom&amp;title=Template%3ACharacterMap_example"/>
	<link rel="alternate" type="text/html" href="https://m204wiki.rocketsoftware.com/index.php?title=Template:CharacterMap_example&amp;action=history"/>
	<updated>2026-06-04T15:24:41Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.43.1</generator>
	<entry>
		<id>https://m204wiki.rocketsoftware.com/index.php?title=Template:CharacterMap_example&amp;diff=94243&amp;oldid=prev</id>
		<title>Dme: Created page with &quot;Most of the &lt;var&gt;CharacterMap&lt;/var&gt; methods are shown in the following example, which also features the intrinsic &lt;var&gt;String&lt;/var&gt; function, &lt;var&gt;Translate (String function...&quot;</title>
		<link rel="alternate" type="text/html" href="https://m204wiki.rocketsoftware.com/index.php?title=Template:CharacterMap_example&amp;diff=94243&amp;oldid=prev"/>
		<updated>2016-10-10T16:15:31Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;Most of the &amp;lt;var&amp;gt;CharacterMap&amp;lt;/var&amp;gt; methods are shown in the following example, which also features the intrinsic &amp;lt;var&amp;gt;String&amp;lt;/var&amp;gt; function, &amp;lt;var&amp;gt;Translate (String function...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;Most of the &amp;lt;var&amp;gt;CharacterMap&amp;lt;/var&amp;gt; methods are shown in the following example,&lt;br /&gt;
which also features the intrinsic &amp;lt;var&amp;gt;String&amp;lt;/var&amp;gt; function, &amp;lt;var&amp;gt;[[Translate (String function)|Translate]]&amp;lt;/var&amp;gt;.&lt;br /&gt;
In the example, a new &amp;lt;var&amp;gt;CharacterMap&amp;lt;/var&amp;gt; is the argument for the &amp;lt;var&amp;gt;Translate method&amp;lt;/var&amp;gt;;&lt;br /&gt;
then that map is copied and modified, and the modified map is used in a second &amp;lt;var&amp;gt;Translate&amp;lt;/var&amp;gt; call:&lt;br /&gt;
&amp;lt;p class=&amp;quot;code&amp;quot;&amp;gt;begin&lt;br /&gt;
%map is object characterMap&lt;br /&gt;
%map2 is object characterMap&lt;br /&gt;
%ls is longstring&lt;br /&gt;
 &lt;br /&gt;
%map = New(in=&amp;#039;x-&amp;#039;, out=&amp;#039;!c&amp;#039;)&lt;br /&gt;
%ls = &amp;#039;xu--exx&amp;#039;&lt;br /&gt;
[[Targeted Text statements|printtext]] {~} = &amp;#039;{%ls:translate(%map)}&amp;#039;&lt;br /&gt;
 &lt;br /&gt;
%map2 = %map:Copy&lt;br /&gt;
%map2:Update(in=&amp;#039;x&amp;#039;,out=&amp;#039;s&amp;#039;)&lt;br /&gt;
printtext {~} = &amp;#039;{%ls:translate(%map2)}&amp;#039;&lt;br /&gt;
end  &amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The result is:&lt;br /&gt;
&amp;lt;p class=&amp;quot;output&amp;quot;&amp;gt;%ls:translate(%map) = &amp;#039;!ucce!!&amp;#039;&lt;br /&gt;
%ls:translate(%map2) = &amp;#039;success&amp;#039;&lt;br /&gt;
&amp;lt;/p&amp;gt;&lt;/div&gt;</summary>
		<author><name>Dme</name></author>
	</entry>
</feed>