<?xml version="1.0" encoding="iso-8859-1"?>
<rss version="2.0">
<channel>
  <title>Linux Format forums</title>
  <link>http://www.linuxformat.com/forums/index.php</link>
  <description>Help, discussion, magazine feedback and more</description>
  <language>english</language>
  <copyright>(c) Copyright Wed Jun 19, 2013 5:01 am by Linux Format forums</copyright>
  <managingEditor>webmaster@linuxformat.com</managingEditor>
  <webMaster>webmaster@linuxformat.com</webMaster>
  <pubDate>Wed Jun 19, 2013 5:01 am</pubDate>
  <lastBuildDate>Wed Jun 19, 2013 5:01 am</lastBuildDate>
  <docs>http://backend.userland.com/rss</docs>
  <generator>phpBB2 RSS Syndication Mod by Lucas</generator>
  <ttl>1</ttl>

  <image>
    <title>Linux Format forums</title>
    <url></url>
    <link>http://www.linuxformat.com/forums/</link>
    <description>Help, discussion, magazine feedback and more</description>
  </image>

                                      <item>
                                        <title>Problem with aspell</title>
                                        <link>http://www.linuxformat.com/forums/viewtopic.php?p=88989#88989</link>
                                        <description>&lt;br /&gt;
                                      Author: &lt;a href='http://www.linuxformat.com/forums/profile.php?mode=viewprofile&amp;u=65799'&gt;JohnMac&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;
                                      Posted: Fri May 07, 2010 11:09 am&lt;br /&gt;&lt;br /&gt;
                                      &lt;br /&gt;&lt;br /&gt;
                                      Tried the forgoing without success, however, a bit of lateral thinking along the lines of AU representing our version of the English dictionary led to using System Administration -&amp;gt; Language Support changing the Dictionary to English (United Kingdom) but had to stick with the US text for dollar sign!&lt;br /&gt;
This appears to have done the trick &amp;amp; I now have a wordlist file to work with.&lt;br /&gt;
I should be able to go back to our dictionary now.</description>
                                        <comments>http://www.linuxformat.com/forums/viewtopic.php?p=88989#88989</comments>
                                        <author>JohnMac</author>
                                        <pubDate>Fri May 07, 2010 11:09 am</pubDate>
                                        <guid isPermaLink="true">http://www.linuxformat.com/forums/viewtopic.php?p=88989#88989</guid>
                                      </item>
                                      <item>
                                        <title>aspell</title>
                                        <link>http://www.linuxformat.com/forums/viewtopic.php?p=88923#88923</link>
                                        <description>&lt;br /&gt;
                                      Author: &lt;a href='http://www.linuxformat.com/forums/profile.php?mode=viewprofile&amp;u=66469'&gt;Coll&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;
                                      Posted: Wed May 05, 2010 7:49 pm&lt;br /&gt;&lt;br /&gt;
                                      &lt;br /&gt;&lt;br /&gt;
                                      Try the following:&lt;br /&gt;
&lt;br /&gt;
set LANG=en_US.UTF-8 &lt;br /&gt;
aspell dump master |sort|uniq&amp;gt;wordlist &lt;br /&gt;
set LANG=en_AU.UTF-8 &lt;br /&gt;
&lt;br /&gt;
This is an educated guess, not something I have actually tried.&lt;br /&gt;
&lt;br /&gt;
Alternatively, possibly there is an option in aspell (try &amp;quot;aspell --help&amp;quot; ?) to tell it to do it in english-US. Or maybe there is an option to install the AU dictionary with real words for aspell. If you are on a Red-Hat based machine eg Centos try&lt;br /&gt;
&lt;br /&gt;
yum list aspell&lt;br /&gt;
&lt;br /&gt;
and look for a something claiming to be an australian dictionary then do a &lt;br /&gt;
yum install _______(au dictionary)</description>
                                        <comments>http://www.linuxformat.com/forums/viewtopic.php?p=88923#88923</comments>
                                        <author>Coll</author>
                                        <pubDate>Wed May 05, 2010 7:49 pm</pubDate>
                                        <guid isPermaLink="true">http://www.linuxformat.com/forums/viewtopic.php?p=88923#88923</guid>
                                      </item>
                                      <item>
                                        <title>Re: Coding Academy Project 2 Aspell problem</title>
                                        <link>http://www.linuxformat.com/forums/viewtopic.php?p=88902#88902</link>
                                        <description>&lt;br /&gt;
                                      Author: &lt;a href='http://www.linuxformat.com/forums/profile.php?mode=viewprofile&amp;u=65799'&gt;JohnMac&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;
                                      Posted: Wed May 05, 2010 11:31 am&lt;br /&gt;&lt;br /&gt;
                                      &lt;br /&gt;&lt;br /&gt;
                                      I am having the same problem- maybe it is due to the southern latitude!&lt;br /&gt;
Have run the following with result shown&lt;br /&gt;
john@john-desktop:~/Projects/WordScramble/WordScramble/bin/Debug$ aspell dump master |sort|uniq&amp;gt;wordlist&lt;br /&gt;
Error: The file &amp;quot;/usr/lib/aspell/en_AU&amp;quot; can not be opened for reading.&lt;br /&gt;
john@john-desktop:~/Projects/WordScramble/WordScramble/bin/Debug$ set | grep en_AU&lt;br /&gt;
GDM_LANG=en_AU.UTF-8&lt;br /&gt;
LANG=en_AU.UTF-8&lt;br /&gt;
john@john-desktop:~/Projects/WordScramble/WordScramble/bin/Debug$ &lt;br /&gt;
&lt;br /&gt;
My knowledge of Terminal is severely lacking as to what action I should take to take the action suggested of changing the setting.&lt;br /&gt;
&lt;br /&gt;
Help would be appreciated.</description>
                                        <comments>http://www.linuxformat.com/forums/viewtopic.php?p=88902#88902</comments>
                                        <author>JohnMac</author>
                                        <pubDate>Wed May 05, 2010 11:31 am</pubDate>
                                        <guid isPermaLink="true">http://www.linuxformat.com/forums/viewtopic.php?p=88902#88902</guid>
                                      </item>
                                      <item>
                                        <title>Re: Coding Academy Project 2 Aspell problem</title>
                                        <link>http://www.linuxformat.com/forums/viewtopic.php?p=88153#88153</link>
                                        <description>&lt;br /&gt;
                                      Author: &lt;a href='http://www.linuxformat.com/forums/profile.php?mode=viewprofile&amp;u=66469'&gt;Coll&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;
                                      Posted: Tue Apr 20, 2010 9:22 pm&lt;br /&gt;&lt;br /&gt;
                                      &lt;br /&gt;&lt;br /&gt;
                                      en_AU is not a command but a language setting.&lt;br /&gt;
&lt;br /&gt;
look for the variable set to en_AU by this command:&lt;br /&gt;
set | grep en_AU&lt;br /&gt;
&lt;br /&gt;
and try setting that to en_US for now.&lt;br /&gt;
&lt;br /&gt;
I'd say that aspell is set up in en_US. A better solution would be to install aspell in en_AU, but don't know if that option is available.</description>
                                        <comments>http://www.linuxformat.com/forums/viewtopic.php?p=88153#88153</comments>
                                        <author>Coll</author>
                                        <pubDate>Tue Apr 20, 2010 9:22 pm</pubDate>
                                        <guid isPermaLink="true">http://www.linuxformat.com/forums/viewtopic.php?p=88153#88153</guid>
                                      </item>
                                      <item>
                                        <title>Coding Academy Project 2 Aspell problem</title>
                                        <link>http://www.linuxformat.com/forums/viewtopic.php?p=88116#88116</link>
                                        <description>&lt;br /&gt;
                                      Author: &lt;a href='http://www.linuxformat.com/forums/profile.php?mode=viewprofile&amp;u=66468'&gt;Ozram&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;
                                      Posted: Tue Apr 20, 2010 9:21 am&lt;br /&gt;&lt;br /&gt;
                                      &lt;br /&gt;&lt;br /&gt;
                                      When I run the command to dump the word list from Aspell into a file I get the following error message:&lt;br /&gt;
&lt;br /&gt;
rod@Dylan:~/Projects/WordScramble/WordScramble/bin/Debug$aspell dump master|sort|uniq&amp;gt;wordlist&lt;br /&gt;
Error: The file &amp;quot;/usr/lib/aspell/en_AU&amp;quot; can not be opened for reading.&lt;br /&gt;
&lt;br /&gt;
There is no en_AU in the aspell directory.&lt;br /&gt;
It looks to me like the command is trying to find an Australian version of the dictionary.&lt;br /&gt;
&lt;br /&gt;
Thinking it might be hidden from me I tried chmod while in the aspell directory:&lt;br /&gt;
&lt;br /&gt;
rod@Dylan:/usr/lib/aspell$ sudo chmod u+r en_AU&lt;br /&gt;
chmod: cannot access `en_AU': No such file or directory&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Any help at all would be appreciated.</description>
                                        <comments>http://www.linuxformat.com/forums/viewtopic.php?p=88116#88116</comments>
                                        <author>Ozram</author>
                                        <pubDate>Tue Apr 20, 2010 9:21 am</pubDate>
                                        <guid isPermaLink="true">http://www.linuxformat.com/forums/viewtopic.php?p=88116#88116</guid>
                                      </item></channel></rss>