<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Aptech &#187; Answers for "Linux locale settings for GAUSS"</title>
	<atom:link href="http://www.aptech.com/questions/linux-locale-settings-for-gauss/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.aptech.com</link>
	<description></description>
	<lastBuildDate>Fri, 08 Feb 2013 19:12:28 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.4.1</generator>
		<item>
		<title>By: aptech</title>
		<link>http://www.aptech.com/questions/linux-locale-settings-for-gauss/#answer-1715</link>
		<comments>http://www.aptech.com/questions/linux-locale-settings-for-gauss/#answer-1715#comments</comments>
		<pubDate>Thu, 27 Sep 2012 22:30:11 +0000</pubDate>
		<dc:creator>aptech</dc:creator>
		
		<guid isPermaLink="false">http://www.aptech.com/questions/linux-locale-settings-for-gauss/#answer-1715</guid>
		<description><![CDATA[You can change the localization settings just for your GAUSS session by creating a bash script that sets the localization for one shell and then launches GAUSS with those settings applied. This way the settings will apply only to GAUSS &#8230; <a href="http://www.aptech.com/questions/linux-locale-settings-for-gauss/#answer-1715">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>You can change the localization settings just for your GAUSS session by creating a bash script that sets the localization for one shell and then launches GAUSS with those settings applied. This way the settings will apply only to GAUSS and not any other programs. The contents of the file could be:</p>
<pre style="padding-left: 30px;">#/bin/bash
LANGUAGE=en_US:en
LC_CTYPE="en_US.UTF-8"
LC_NUMERIC="en_US.UTF-8"
LC_TIME="en_US.UTF-8"
LC_COLLATE="en_US.UTF-8"
LC_MONETARY="en_US.UTF-8"
LC_MESSAGES="en_US.UTF-8"
LC_PAPER="en_US.UTF-8"
LC_NAME="en_US.UTF-8"
LC_ADDRESS="en_US.UTF-8"
LC_TELEPHONE="en_US.UTF-8"
LC_MEASUREMENT="en_US.UTF-8"
LC_IDENTIFICATION="en_US.UTF-8"
LC_ALL=
./gauss &amp;</pre>
<p>Save this file in your GAUSSHOME directory and start this file instead of the GAUSS executable.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.aptech.com/questions/linux-locale-settings-for-gauss/#answer-1715/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Served from: www.aptech.com @ 2013-02-09 01:53:08 --