<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<atom:link href="https://dev1galaxy.org/extern.php?action=feed&amp;tid=3840&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Dev1 Galaxy Forum / Linux - Locale conundrum]]></title>
		<link>https://dev1galaxy.org/viewtopic.php?id=3840</link>
		<description><![CDATA[The most recent posts in Linux - Locale conundrum.]]></description>
		<lastBuildDate>Mon, 21 Sep 2020 21:59:04 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Re: Linux - Locale conundrum]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=24843#p24843</link>
			<description><![CDATA[<p>Hello:</p><div class="quotebox"><cite>Altoid wrote:</cite><blockquote><div><p>... get back later on.</p></div></blockquote></div><p>Apparently it is all fixed.<br />I&#039;ll have to see how things go with the logfiles and MSOffice/LibreOffice stuff.</p><div class="codebox"><pre><code>~$ cat /etc/default/keyboard
# KEYBOARD CONFIGURATION FILE
# Consult the keyboard(5) manual page.

XKBMODEL=&quot;pc105&quot;
XKBLAYOUT=&quot;latam&quot;
XKBVARIANT=&quot;deadtilde&quot;
XKBOPTIONS=&quot;lv3:ralt_switch,terminate:ctrl_alt_bksp&quot;

BACKSPACE=&quot;guess&quot;
~$ </code></pre></div><p>Took me a while because I was incorrectly setting <span class="bbc">nodeadtilde</span>, fussing up the layout.</p><div class="codebox"><pre><code>~$ cat /etc/default/locale
#  File generated by update-locale
LANG=en_GB.UTF-8
#LANGUAGE=en_GB.UTF-8
LC_CTYPE=&quot;en_GB.UTF-8&quot;
LC_NUMERIC=&quot;en_GB.UTF-8&quot;
LC_TIME=&quot;en_GB.UTF.8&quot;
LC_COLLATE=&quot;en_GB.UTF-8&quot;
# LC_MONETARY=&quot;en_GB.UTF-8&quot;
LC_MESSAGES=&quot;en_GB.UTF-8&quot;
LC_PAPER=&quot;en_GB.UTF-8&quot;
LC_NAME=&quot;en_GB.UTF-8&quot;
LC_ADDRESS=&quot;en_GB.UTF-8&quot;
LC_TELEPHONE=&quot;en_GB.UTF-8&quot;
LC_MEASUREMENT=&quot;en_GB.UTF-8&quot;
LC_IDENTIFICATION=&quot;en_GB.UTF-8&quot;
LC_ALL=
~$ </code></pre></div><div class="codebox"><pre><code>~$ locale -a
C
C.UTF-8
en_GB.utf8
es_AR.utf8
POSIX
~$ </code></pre></div><p>For future reference in case anyone else comes across a similar problem, this is the keyboard layout -&gt; <a href="http://kbdlayout.info/KBDLA/" rel="nofollow">http://kbdlayout.info/KBDLA/</a><br />No, I <em>don&#039;t</em> use a MS kb. this web page is very useful (has scan codes, virtual keys, etc.) and references to <span class="bbc">kbdla.dll</span> which is a MS file. 8^P</p><p>Thanks for your input.</p><p>Cheers,</p><p>A.</p>]]></description>
			<author><![CDATA[dummy@example.com (Altoid)]]></author>
			<pubDate>Mon, 21 Sep 2020 21:59:04 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=24843#p24843</guid>
		</item>
		<item>
			<title><![CDATA[Re: Linux - Locale conundrum]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=24832#p24832</link>
			<description><![CDATA[<p>Hello:</p><div class="quotebox"><cite>Head_on_a_Stick wrote:</cite><blockquote><div><p>... excellent.</p></div></blockquote></div><p>Thanks. =-)<br />Methinks rather lacking in volcabulary.</p><div class="quotebox"><cite>Head_on_a_Stick wrote:</cite><blockquote><div><p>... tried selecting UTF-8 as the encoding?</p></div></blockquote></div><p>Yes.</p><div class="quotebox"><cite>Head_on_a_Stick wrote:</cite><blockquote><div><p>... log files need root ...</p></div></blockquote></div><p>I was opening them as root.</p><div class="quotebox"><cite>Head_on_a_Stick wrote:</cite><blockquote><div><div class="codebox"><pre><code># dpkg-reconfigure locales keyboard-configuration</code></pre></div></div></blockquote></div><p>Ahh .....</p><p>I was doing <span class="bbc">dpkg-reconfigure keyboard-configuration</span> and <span class="bbc">dpkg-reconfigure locales</span> and <em>not</em> <span class="bbc">dpkg-reconfigure locales keyboard-configuration</span>.<br />So I was getting errors.</p><p>I&#039;ll try this and get back later on.</p><p>Thanks for your input.</p><p>A.</p>]]></description>
			<author><![CDATA[dummy@example.com (Altoid)]]></author>
			<pubDate>Mon, 21 Sep 2020 18:58:04 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=24832#p24832</guid>
		</item>
		<item>
			<title><![CDATA[Re: Linux - Locale conundrum]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=24817#p24817</link>
			<description><![CDATA[<div class="quotebox"><cite>Altoid wrote:</cite><blockquote><div><p>My mother tongue is Spanish, my second language being English.</p></div></blockquote></div><p>Really? I would never have guessed, your English is excellent.</p><div class="quotebox"><cite>Altoid wrote:</cite><blockquote><div><p>not be seen properly with some editors due to ISO encodings</p></div></blockquote></div><p>Have you tried selecting UTF-8 as the encoding? Note that the log files need root permissions to view.</p><div class="quotebox"><cite>Altoid wrote:</cite><blockquote><div><p>what I want is that my Linux box be 100% in English (en-GB preferred), be able to use the keyboard layout I need</p></div></blockquote></div><div class="codebox"><pre><code># dpkg-reconfigure locales keyboard-configuration</code></pre></div><p>If you want English as the language but a Spanish date/time format then edit <span class="bbc">/etc/default/locale</span> directly, for example:</p><div class="codebox"><pre><code>LANG=en_GB.UTF-8
LANGUAGE=en_GB:en
LC_TIME=es_ES.UTF-8</code></pre></div><p>Use <span class="bbc">locale -a</span> to see a list of all available locale codes and see locale(1) for more on this.</p>]]></description>
			<author><![CDATA[dummy@example.com (Head_on_a_Stick)]]></author>
			<pubDate>Mon, 21 Sep 2020 16:09:29 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=24817#p24817</guid>
		</item>
		<item>
			<title><![CDATA[Linux - Locale conundrum]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=24809#p24809</link>
			<description><![CDATA[<p>Hello:</p><p>I have an unsolved <em>issue</em> of sorts involving <span class="bbc">locale</span> settings which I have not been able to get around for the longest while.</p><p>A short explanation is in order.</p><p>My mother tongue is Spanish, my second language being English.</p><p>My exposure to IT was from the very start in English and for some reason I have never been to feel comfortable with IT in Spanish.<br />Notwithstanding, when I work with others in IT in my mother tongue and as trhere are words to explain most everything, I insist that the <em>proper</em> Spanish terms be used.<br />One of my pet peeves.</p><p>Being my initial exposure to IT in English all the OSs I have ever used, from DOS back in the day onwards to Linux today have been/are in English.</p><p>But ...</p><p>My time zone is GMT -03:00, my date/time format of choice is DD/MM/YYYY - HH:MM:SS and because I work in the two languages I speak (occassionally dabbling in French) I have preferred a keyboard layout that has most if not all the needed letters and symbols. ie: Latin American with the standard 105-key layout and then some (if I can remember where they are).</p><p>eg: </p><p>&#160; &#160; &#160; &#160; &#160;| 1 2 3 4 5 6 7 8 9 0 &#039; ¿<br />Shift ° ! &quot; # $ % &amp; / ( ) = ? ¡<br />AltGr ¬ | @ · ~ ½ ¬ { [ ] } \ ¸</p><p>&#160; &#160; &#160; &#160; &#160;q w e r t y u i o p &#039; +<br />Shift Q W E R T Y U I O P &quot; *<br />AtGr @ ł € ¶ ŧ ← ↓ → ø þ &quot; ~</p><p>&#160; &#160; &#160; &#160; &#160;a s d f g h j k l ñ { }<br />Shift A S D F G H J K L Ñ [ ]<br />AltGr æ ß ð đ ŋ ħ̉ ̉&#160; ĸ ł ~ ^ `</p><p>&#160; &#160; &#160; &#160; &lt; z x c v b n m , . -<br />Shift &gt; Z X C V B N M ; : _<br />AltGr « » ¢ “ ” n µ&#160; &#160;· ̣</p><p>There are sometimes problems related to the opening/saving of spreadsheets (MSOffice/Libre Office) and the <span class="bbc">/var/log/</span> files which can be parsed in a terminal but not be seen properly with some editors due to ISO encodings.</p><p>eg: Pluma + <span class="bbc">/var/log/auth.log</span>, <span class="bbc">kern.log</span>, <span class="bbc">messages</span> ...</p><div class="codebox"><pre><code>pluma has not been able to detect the character encoding.
Please check that you are not trying to open a binary file.
Select a character encoding from the menu and try again.</code></pre></div><p>Basically, what I want is that my Linux box be 100% in English (en-GB preferred), be able to use the keyboard layout I need and be able to look at log files with an editor without problems.</p><p>Any suggestions? </p><p>Thanks in advance,</p><p>A.</p>]]></description>
			<author><![CDATA[dummy@example.com (Altoid)]]></author>
			<pubDate>Sun, 20 Sep 2020 19:59:11 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=24809#p24809</guid>
		</item>
	</channel>
</rss>
