You are not logged in.

#1 2010-03-18 18:24:13

jccl1706
Member
From: Cuba
Registered: 2010-03-11
Posts: 67

[SOLVED]I can not show special characters like ñ

I have my system completely in the English language, how can I do to make him show me the characters containing accents and ñ

to do or that I need to install package?

Greetings

Last edited by jccl1706 (2010-03-19 15:53:10)


| archlinux | Xmonad | urxvt | vim |

Offline

#2 2010-03-18 18:48:44

Daenyth
Forum Fellow
From: Boston, MA
Registered: 2008-02-24
Posts: 1,244

Re: [SOLVED]I can not show special characters like ñ

You need fonts which contain those glyphs

Offline

#3 2010-03-18 18:53:43

jccl1706
Member
From: Cuba
Registered: 2010-03-11
Posts: 67

Re: [SOLVED]I can not show special characters like ñ

for example know a font that can be installed in order to see the arch character ñ

excuse is that I speak Spanish and English do not get along very well

thanks

Last edited by jccl1706 (2010-03-18 19:23:49)


| archlinux | Xmonad | urxvt | vim |

Offline

#4 2010-03-18 19:15:18

perbh
Member
From: Republic of Texas
Registered: 2005-03-04
Posts: 765

Re: [SOLVED]I can not show special characters like ñ

jccl1706 wrote:

por ejemplo conoces algunas ??

If you _really_ want help - I would stick to English ...

Offline

#5 2010-03-18 19:45:54

toad
Member
From: if only I knew
Registered: 2008-12-22
Posts: 1,775
Website

Re: [SOLVED]I can not show special characters like ñ


never trust a toad...
::Grateful ArchDonor::
::Grateful Wikipedia Donor::

Offline

#6 2010-03-18 19:48:44

fsckd
Forum Fellow
Registered: 2009-06-15
Posts: 4,173

Re: [SOLVED]I can not show special characters like ñ

If it helps you, in the future you can always ask questions in the Other Languages subforum. Be sure to specify Español in the subject so people know which language you are using.


aur S & M :: forum rules :: Community Ethos
Resources for Women, POC, LGBT*, and allies

Offline

#7 2010-03-18 20:05:22

olvar
Member
Registered: 2009-11-13
Posts: 97

Re: [SOLVED]I can not show special characters like ñ

Hi, I recently made my system spanish-able smile
here is how:
at the right of my space bar there is an unused "AltGr" key. I use that key to make the accented characters for example

<AltGr>+a=á   (you have to press them at the same time)
and so on.

Using xev get the keycode of the key you want to use as modifier, in my case it was 108.
Then, write in your ~/.Xmodmap this (create it if you don't have it):

keycode 108 = Mode_switch 
keysym a = a A aacute Aacute
keysym e = e E eacute Eacute
keysym i = i I iacute Iacute
keysym o = o O oacute Oacute
keysym u = u U uacute Uacute

keysym n = n N ntilde Ntilde
keycode 61 = slash question questiondown question
keycode 10 = 1 exclam exclamdown exclam
keycode 48 = apostrophe quotedbl udiaeresis Udiaeresis

the last 3 keys are the codes for the ?, ! and ' respectively (you have to get them using xev, they may be different in your system)

Now you can make the following characters:
áÁéÉiÍóÓúÚ ñÑ üÜ ¡¿

(note: to get the upper case characters is like <AltGr>+<Shift>+a=Á)

hope it helps!

Last edited by olvar (2010-03-18 20:07:42)

Offline

#8 2010-03-18 20:15:03

jccl1706
Member
From: Cuba
Registered: 2010-03-11
Posts: 67

Re: [SOLVED]I can not show special characters like ñ

I do not think I expressed my problem well, what happens to me is that I was not showing for example ñ Uzbl use the browser and look for a site containing such dreams are not typical samples ñ me


| archlinux | Xmonad | urxvt | vim |

Offline

#9 2010-03-18 20:37:05

olvar
Member
Registered: 2009-11-13
Posts: 97

Re: [SOLVED]I can not show special characters like ñ

no te entiendo... quizás si preguntas en español te puedo ayudar mas...

Offline

#10 2010-03-18 20:54:07

renuvio
Member
Registered: 2008-10-25
Posts: 49

Re: [SOLVED]I can not show special characters like ñ

Do you have the locales set and generated?

http://wiki.archlinux.org/index.php/Beg … el_Sistema

If you don't have any other reason to use your system in english, and can to set your configuration to any variant of spanish language, i think that should works fine.

Offline

#11 2010-03-19 13:25:47

jccl1706
Member
From: Cuba
Registered: 2010-03-11
Posts: 67

Re: [SOLVED]I can not show special characters like ñ

with the following key conbinacion gets as one
Ñ in linux system SHIFT + CTRL + D 1 u and then to the tiny and F 1
to capitalize this is to avoid having to fit local people who use English as the Siteman I
greetings


| archlinux | Xmonad | urxvt | vim |

Offline

#12 2010-03-19 13:36:31

.:B:.
Forum Fellow
Registered: 2006-11-26
Posts: 5,819
Website

Re: [SOLVED]I can not show special characters like ñ

You are using UTF, aren't you? Just to be sure...

[stijn@hermes ~]$ echo $LANG
nl_BE.utf8

Got Leenucks? :: Arch: Power in simplicity :: Get Counted! Registered Linux User #392717 :: Blog thingy

Offline

#13 2010-03-19 13:45:23

jccl1706
Member
From: Cuba
Registered: 2010-03-11
Posts: 67

Re: [SOLVED]I can not show special characters like ñ

I'll leave a sample

[jcesar@archbox ~] $ echo $ LANG
en_US.utf8


| archlinux | Xmonad | urxvt | vim |

Offline

Board footer

Powered by FluxBB