<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://vistapedia.com/index.php?action=history&amp;feed=atom&amp;title=Installing_and_Using_Unicode</id>
	<title>Installing and Using Unicode - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://vistapedia.com/index.php?action=history&amp;feed=atom&amp;title=Installing_and_Using_Unicode"/>
	<link rel="alternate" type="text/html" href="https://vistapedia.com/index.php?title=Installing_and_Using_Unicode&amp;action=history"/>
	<updated>2026-05-10T04:20:56Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.43.0</generator>
	<entry>
		<id>https://vistapedia.com/index.php?title=Installing_and_Using_Unicode&amp;diff=12197&amp;oldid=prev</id>
		<title>Ivaldes1 at 15:06, 4 February 2011</title>
		<link rel="alternate" type="text/html" href="https://vistapedia.com/index.php?title=Installing_and_Using_Unicode&amp;diff=12197&amp;oldid=prev"/>
		<updated>2011-02-04T15:06:17Z</updated>

		<summary type="html">&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;No automated installer for this yet. Here are Sam&amp;#039;s instructions:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;I have done this like 10-20 times. Here is how I generally proceed. I&lt;br /&gt;
rather exclusively use Debian Systems everywhere I go (I fell into a&lt;br /&gt;
habit), so my instructions are geared towards them. We ran Unicode&lt;br /&gt;
GT.M on CentOS here; and it wasn&amp;#039;t much different from what I recall.&lt;br /&gt;
&lt;br /&gt;
Add these to your environment file:&lt;br /&gt;
&lt;br /&gt;
export gtm_chset=&amp;quot;UTF-8&amp;quot; (try to run it now--it will complain about libicuio)&lt;br /&gt;
export gtm_icu_version=&amp;quot;4.2&amp;quot; (or whichever one you have) (try now:&lt;br /&gt;
will still complain about libicuio)&lt;br /&gt;
Use strace against mumps -direct, and compare where GT.M looks with&lt;br /&gt;
locate&amp;#039;s output. Make the symlink. (try now. It should work. But no&lt;br /&gt;
routines will.)&lt;br /&gt;
&lt;br /&gt;
Change gtm_dist to use the utf8 compiled GT.M system routines&lt;br /&gt;
export gtm_dist=&amp;lt;gtmpath&amp;gt;/utf8&lt;br /&gt;
Delete all of the VISTA object files. They will be regenerated as&lt;br /&gt;
needed by VISTA.&lt;br /&gt;
&lt;br /&gt;
If you have any characters outside of ASCII in the database (a clean&lt;br /&gt;
one should have none), they are illegal UTF-8 and need to be&lt;br /&gt;
converted. Run the globals through iconv to convert them. That needs a&lt;br /&gt;
tiny bit of programming.&lt;br /&gt;
&lt;br /&gt;
You need to restart xinetd. Sometimes it gives me trouble and I end up&lt;br /&gt;
running it in the foreground (xinetd -d) to examine what it is&lt;br /&gt;
complaining about.&lt;br /&gt;
&lt;br /&gt;
Now you have a UTF-8 Mumps database. Medsphere&amp;#039;s OpenVista RPC (with&lt;br /&gt;
some modifications to send UTF-8 instead of ASCII) and my port of the&lt;br /&gt;
BMX 2 broker will communicate fine with Mumps in all of the world&amp;#039;s&lt;br /&gt;
languages.&lt;br /&gt;
&lt;br /&gt;
Sam &lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>Ivaldes1</name></author>
	</entry>
</feed>