<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<atom:link href="http://forum.xfce.org/extern.php?action=feed&amp;tid=3302&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Xfce Forums / [SOLVED] Umlaute in Terminal?]]></title>
		<link>http://forum.xfce.org/viewtopic.php?id=3302</link>
		<description><![CDATA[The most recent posts in [SOLVED] Umlaute in Terminal?.]]></description>
		<lastBuildDate>Sat, 14 Apr 2007 17:54:35 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Re: [SOLVED] Umlaute in Terminal?]]></title>
			<link>http://forum.xfce.org/viewtopic.php?pid=13866#p13866</link>
			<description><![CDATA[<p>That&#039;s it. I&#039;ve set:</p><div class="codebox"><pre><code>LC_ALL=&quot;de_DE@euro&quot;
LANG=&quot;de_DE@euro&quot;</code></pre></div><p>in one of my configuration files which are loaded at start-up (it&#039;s &#039;/etc/env.d/02locale&#039; for Gentoo) and I get all the Umlauts (e.g. ä, ö, ü, ß).</p><p>Now I just need to check which of the various LC_* variables is responsible for this behaviour as LC_ALL overrides all individual ones.</p><p>Thanks for pointing me into the right direction!</p>]]></description>
			<author><![CDATA[dummy@example.com (maystorm)]]></author>
			<pubDate>Sat, 14 Apr 2007 17:54:35 +0000</pubDate>
			<guid>http://forum.xfce.org/viewtopic.php?pid=13866#p13866</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] Umlaute in Terminal?]]></title>
			<link>http://forum.xfce.org/viewtopic.php?pid=13861#p13861</link>
			<description><![CDATA[<p>This is my output of locale and I can type &quot;umlaut&quot; I think (if you mean ö and ü). So you could try to change to that. (How I don&#039;t know...)</p><div class="codebox"><pre><code>LANG=en_US.UTF-8
LANGUAGE=en_NO:en
LC_CTYPE=&quot;en_US.UTF-8&quot;
LC_NUMERIC=&quot;en_US.UTF-8&quot;
LC_TIME=&quot;en_US.UTF-8&quot;
LC_COLLATE=&quot;en_US.UTF-8&quot;
LC_MONETARY=&quot;en_US.UTF-8&quot;
LC_MESSAGES=&quot;en_US.UTF-8&quot;
LC_PAPER=&quot;en_US.UTF-8&quot;
LC_NAME=&quot;en_US.UTF-8&quot;
LC_ADDRESS=&quot;en_US.UTF-8&quot;
LC_TELEPHONE=&quot;en_US.UTF-8&quot;
LC_MEASUREMENT=&quot;en_US.UTF-8&quot;
LC_IDENTIFICATION=&quot;en_US.UTF-8&quot;
LC_ALL=</code></pre></div>]]></description>
			<author><![CDATA[dummy@example.com (Jellybean)]]></author>
			<pubDate>Sat, 14 Apr 2007 16:56:25 +0000</pubDate>
			<guid>http://forum.xfce.org/viewtopic.php?pid=13861#p13861</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] Umlaute in Terminal?]]></title>
			<link>http://forum.xfce.org/viewtopic.php?pid=13859#p13859</link>
			<description><![CDATA[<p>&#039;$ Terminal -v&#039; gives:</p><div class="codebox"><pre><code>Terminal 0.2.6 (Xfce 4.4.0)

Copyright (c) 2003-2007
        os-cillation e.K. All rights reserved.

Written by Benedikt Meurer &lt;benny@xfce.org&gt;.

Built with Gtk+-2.10.9, running with Gtk+-2.10.9.</code></pre></div><br /><p>&#039;$ locale&#039; gives:</p><div class="codebox"><pre><code>LANG=
LC_CTYPE=&quot;POSIX&quot;
LC_NUMERIC=&quot;POSIX&quot;
LC_TIME=&quot;POSIX&quot;
LC_COLLATE=&quot;POSIX&quot;
LC_MONETARY=&quot;POSIX&quot;
LC_MESSAGES=&quot;POSIX&quot;
LC_PAPER=&quot;POSIX&quot;
LC_NAME=&quot;POSIX&quot;
LC_ADDRESS=&quot;POSIX&quot;
LC_TELEPHONE=&quot;POSIX&quot;
LC_MEASUREMENT=&quot;POSIX&quot;
LC_IDENTIFICATION=&quot;POSIX&quot;
LC_ALL=</code></pre></div><p>So I guess it has something to do with my locale settings?</p>]]></description>
			<author><![CDATA[dummy@example.com (maystorm)]]></author>
			<pubDate>Sat, 14 Apr 2007 08:30:41 +0000</pubDate>
			<guid>http://forum.xfce.org/viewtopic.php?pid=13859#p13859</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] Umlaute in Terminal?]]></title>
			<link>http://forum.xfce.org/viewtopic.php?pid=13855#p13855</link>
			<description><![CDATA[<p>wich version of Terminal do you have? ($ Terminal -v)</p><p>what locale do you have set? ($ locale)</p>]]></description>
			<author><![CDATA[dummy@example.com (dStulle)]]></author>
			<pubDate>Sat, 14 Apr 2007 06:31:20 +0000</pubDate>
			<guid>http://forum.xfce.org/viewtopic.php?pid=13855#p13855</guid>
		</item>
		<item>
			<title><![CDATA[[SOLVED] Umlaute in Terminal?]]></title>
			<link>http://forum.xfce.org/viewtopic.php?pid=13798#p13798</link>
			<description><![CDATA[<p>I just checked out the terminal emulator &#039;Terminal&#039; which comes with Xfce and I decided that it&#039;s worth replacing Aterm which I used until now.&#160; <img src="http://forum.xfce.org/img/smilies/smile.png" width="15" height="15" alt="smile" /></p><p>However, how do I enable umlaute and other 8-bit special characters? I cannot enter them and they are only shown as question marks when displaying them.</p><p>TIA!</p><p>[Edit]: Changed the title to SOLVED.</p>]]></description>
			<author><![CDATA[dummy@example.com (maystorm)]]></author>
			<pubDate>Thu, 05 Apr 2007 15:11:45 +0000</pubDate>
			<guid>http://forum.xfce.org/viewtopic.php?pid=13798#p13798</guid>
		</item>
	</channel>
</rss>
