You are not logged in.
Pages: 1
How can I do that?
Offline
I find the way.
edit the /etc/profile file
set LANG to en_US.utf8
Offline
And what's the advantage?
A bus station is where a bus stops.
A train station is where a train stops.
On my desk I have a workstation.
Offline
And what's the advantage?
utf8 is a multibyte standard which uses iirc up to four bytes for the chars, it covers all of the unicode standard,
a few comparations:
7bit us-ascii => 2^7=128 possible chars
normal 8bit iso-xxxx => 2^8=256 possible chars
utf8 => 2^32=4294967296 possible chars
edit: and imo it's better to set your locale as well as lots of other things in your ~/.bashrc ,
export LC_ALL="en_US.utf8"
arch + gentoo + initng + python = enlisy
Offline
1. what does this setting affect
2. how can I use the extra characters
3. are there console "fonts" supporting all the utf8 set
These questions might seem trivial, but I haven't bothered much about utf8 as a system setting, except for X where I use only utf fonts for displaying various things.
:: / my web presence
Offline
utf8 doesn't affect en_US (and en_GB) that much - it mainly allows for accented characters of all shapes and sizes (which we don't have on our keyboards)...
Offline
well, actually, this helps a lot when you use other languages than those based on Latin letters., especially for those double byte/multibytes languages (like CJK - chinese, japanese and korean etc).
And to type a accented character on US/GB keyboard, I was told that one can use deadkey to do that, but I have no clue on how to do this exactly..
Offline
Using accented characters on US/GB keyboard is quite easy . Type:
setxkbmap ca_enhanced
to get the French-Canadian keyboard and you're in business!
Typing the / key will give you é. You'll need dead keys for the other accents. Voilà!
Offline
yeah an it also borks centericq and other ncurses apps... instead of the line drawing chars, I got a bunch of accented A's
Offline
Yes, it's very useful when you are using CJK.
Generally, we use input method software like SCIM(Smart Chinese Input Method) to type Chinese characters.
Offline
Is there any plan of moving arch from iso-8859-1 to unicode (utf8)?
I'm trying to make it work, but some man-pages aren't working anymore, and I'm not sure I actually convinced my entire system that it should speak unicode
To err is human... to really foul up requires the root password.
Offline
yeah an it also borks centericq and other ncurses apps... instead of the line drawing chars, I got a bunch of accented A's
I use utf8, and I don't get that problem. Not sure why...
Offline
When I set my profile to de_DE-utf8 and rebooted my system, everything that was loaded before the locale settings was shown in strange characters, a bit strange shown, i try to explain:
Kernel loads, everythin is fine, udev daemon is started and all written on the screen as it should be, but when it comes to the country settings (or locale, cant remember for sure), everything that was loaded before "is switched" to hyroglyphs... all stuff that loads after the country settings is written again properly... System starts w/o problem but its not very nice...
This only happens when i set "de_DE-utf8" in locale... if not, it doesnt "switch"...
Aren't the initscripts utf8-able?
greetings,
hellwoofa
Offline
Edit your rc.conf (keymap, fonts etc.), worked for me.
Offline
Edit your rc.conf (keymap, fonts etc.), worked for me.
Trying to set this up.
Could pikass or someone else show an example ?
I've set my locale to fr_FR.UTF-8, but didn"t change rc.conf accordingly, mostly because I'm not sure which line has to change
Since then, console output (like vim's) cannot show any accent letter.
What one should change in its /etc/rc.conf ? should KEYMAP, CONSOLEFONT & CONSOLEMAP simply be set to 'xx_XX.UTF-8' ?
Here's my initial conf :
HARDWARECLOCK="localtime"
TIMEZONE=Europe/Paris
KEYMAP=fr
CONSOLEFONT="lat9w-16"
CONSOLETRANSLATION="8859-15_to_uni"
CONSOLEMAP="8859-15"
Seeded last month: Arch 50 gig, derivatives 1 gig
Desktop @3.3GHz 8 gig RAM, linux-ck
laptop #1 Atom 2 gig RAM, Arch linux stock i686 (6H w/ 6yrs old battery ) #2: ARM Tegra K1, 4 gig RAM, ChrOS
Atom Z520 2 gig RAM, OMV (Debian 7) kernel 3.16 bpo on SDHC | PGP Key: 0xFF0157D9
Offline
Pages: 1