LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 09-10-2011, 03:40 PM   #1
Miller1
LQ Newbie
 
Registered: Sep 2011
Posts: 2

Rep: Reputation: Disabled
Change character set


Hello, I am a newbie. I have used DOS for many years, but want to experiment with Linux.

I recently downloaded Linux into a computer from a library book, BEGINNING UBUNTU LINUX by Keir Thomas. I asked the installation program to download with Esperanto as the language. Unfortunately, the program downloaded the wrong character set, iso13.f16 instead of iso03.f16.

I have found plenty of information on how to change the character set from the xwindow system. But I want to know how to change the character set from bash or the kernel. (DOS users hate GUI.) Also, how would I edit the boot to permanently change the character set?

Thanks,
Miller1
 
Old 09-10-2011, 07:10 PM   #2
David the H.
Bash Guru
 
Registered: Jun 2004
Location: Osaka, Japan
Distribution: Arch + Xfce
Posts: 6,852

Rep: Reputation: 2037Reputation: 2037Reputation: 2037Reputation: 2037Reputation: 2037Reputation: 2037Reputation: 2037Reputation: 2037Reputation: 2037Reputation: 2037Reputation: 2037
The term is "locale", not "character set", which is a completely different thing.

There are many options available for manipulating your locale settings. See here for Ubuntu:

https://help.ubuntu.com/community/Locale

I would suggest however that you might be better off in the long run with a UTF-8 locale, which will give you universal character support. There appears to be a dedicated Esperanto locale available, eo.UTF-8, but since all the non-ascii characters it uses can easily be generated with simple compose/dead key combinations in any case, you're not limited to that choice.

http://en.wikipedia.org/wiki/Esperan...hography#Linux

Linked from there is this page, which is in Esperanto so I can't read it, but it appears to explain exactly how to configure Ubuntu for it.

http://bertilow.com/komputo/linukso.html
 
Old 09-18-2011, 06:31 PM   #3
Miller1
LQ Newbie
 
Registered: Sep 2011
Posts: 2

Original Poster
Rep: Reputation: Disabled
David--

Thanks for answering my letter.

There are still some problems here. The UTF-8 locale seems to only work properly from Console after you boot Linux in a GUI setting. I want to avoid the GUI and just use a "screen font." This requires my applying the iso03.f16 font. I really didn't find anything in the help file listed below.

Another problem is that the Internet information on using Esperanto mention an X11 file. This version of Ubuntu Linux has no such file. Does the file have a different name here, or am I better off using a different version of Linux?

Thanks again!

--Miller1

Quote:
Originally Posted by David the H. View Post
The term is "locale", not "character set", which is a completely different thing.

There are many options available for manipulating your locale settings. See here for Ubuntu:

https://help.ubuntu.com/community/Locale

I would suggest however that you might be better off in the long run with a UTF-8 locale, which will give you universal character support. There appears to be a dedicated Esperanto locale available, eo.UTF-8, but since all the non-ascii characters it uses can easily be generated with simple compose/dead key combinations in any case, you're not limited to that choice.

http://en.wikipedia.org/wiki/Esperan...hography#Linux

Linked from there is this page, which is in Esperanto so I can't read it, but it appears to explain exactly how to configure Ubuntu for it.

http://bertilow.com/komputo/linukso.html
 
Old 09-19-2011, 07:30 AM   #4
David the H.
Bash Guru
 
Registered: Jun 2004
Location: Osaka, Japan
Distribution: Arch + Xfce
Posts: 6,852

Rep: Reputation: 2037Reputation: 2037Reputation: 2037Reputation: 2037Reputation: 2037Reputation: 2037Reputation: 2037Reputation: 2037Reputation: 2037Reputation: 2037Reputation: 2037
Xorg has recently implemented an automatic configuration system, so it's no longer necessary to have an xorg.conf for it to operate. You can still create one to do any advanced configuration stuff if you need it.

( By the way, in case you aren't aware, "X11" properly refers to the older unix-based X-windows system. This has been mostly replaced by the Xorg fork of the project, but you may still find some older documentation and legacy stuff that refers to it. You may have to take this into account if you're reading older texts. )


To tell the truth, I really don't understand Linux keyboard system all that well, particularly when it comes to terminal input. The system is complex and multi-layered, and the documentation is hard to find, confusing, and often quite out-of-date. Default commands and file locations can also be different on various distributions.

Most modern terminals and fonts should support unicode, so I believe displaying the text shouldn't be much of a problem, as long as you have your locale settings right. The only trick is in the input of complex characters. I believe for you this is mostly just a case of defining a keyboard mapping that does what you want. I know that there's been work recently on synchronizing the X keyboard and the terminal keyboard, but I'm not up on how that works exactly.

I've been looking at various documentation about keyboard mapping, but I'm not able to get it to work quite right. I found these two pages, for example:

http://www.comptechdoc.org/os/linux/...gterminal.html
http://www.faqs.org/docs/Linux-HOWTO...ole-HOWTO.html


On my system I've found that, when I switch to one of the Fn terminals, I'm already able to use the compose key for some combinations. But the current keymap settings don't support all the ones you'd want to use. I've tried to use loadkeys to change the default compose sequences, but I just can't seem to get it to work. It seems like it should be possible, but loadkeys only seems to accept config files in iso8859 encodings (and a few others, but not utf-8, at least on my system), and that's causing me lots of headaches in getting it to accept the configurations I want. And even if I do a simple copy-an-existing-line- with-a-minor-modification, it still doesn't seem to recognize the changes. When I enter "^" and "j", for example, I always get "¼" instead of the expected "ĵ", even though the file I give it has it defined correctly. There must be some overriding configuration somewhere I don't know about.

Everything works just fine in X, by the way, because the xterm-style gui consoles all use X's input system instead.

So I'm afraid I'm going to have to bow out at this point. Hopefully you'll be able to use what I've posted to figure it out.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
How to change character set in Linux Jackie_2008 Linux - Software 2 10-10-2010 01:00 PM
How to change file Character Set keenboy Linux - General 5 08-11-2010 09:05 PM
help me to change the character set hosney00ux Solaris / OpenSolaris 4 08-18-2009 06:43 AM
Korean Character Set bootneck Linux - Newbie 2 06-29-2006 05:41 AM
Character Set issues waynediamond Linux - Software 1 07-05-2004 06:26 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 07:53 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration