The i3 FAQ has migrated to https://github.com/i3/i3/discussions. All content here is read-only.
Ask Your Question
0

encoding accent character

asked 2013-02-03 19:20:07 +0000

MonsieurJc gravatar image

Hello,

I'm a new user of i3 and I have some problems. I use i3 on a VM machine on a mac (VMWare fusion). I installed the last version of Ubuntu (12.10).

I have some problem with the encoding of the character. I'm French, and when some words which are written with accent are displayed, the accent character is replace by "??"

I try to change the font of i3 with this line : font -misc-fixed-medium-r-normal--13-120-75-75-C-70-iso10646-1 but nothing changed ....

At the beginning i didn't have that problem, but as i have some problem with gdm (my lancher), i try to reinstall it or replace him by slim, and at the end go back to gdm because the problem with bigger with slim. But when i was back to i3, the encoding had changed :/ maybe I have to change something in the Ubuntu settings but i don't know how to do that (I already tried to launch Mod+d : gsettings).

edit retag flag offensive close merge delete

Comments

Could you clarify _where_ exactly the problem happens? E.g. are you unable to see the character (which one?) in your window titles?

Michael gravatar imageMichael ( 2013-02-04 07:15:22 +0000 )edit

As you can see, everywhere : imgur.com/iGdtGjt

MonsieurJc gravatar imageMonsieurJc ( 2013-02-04 09:47:12 +0000 )edit

I didn't have any .xsession ... just .xession-errors I created one with your lines and reboot but nothing has changed

MonsieurJc gravatar imageMonsieurJc ( 2013-02-04 10:20:16 +0000 )edit

Please don’t create answers for comments. Post a comment instead.

Michael gravatar imageMichael ( 2013-02-04 19:37:48 +0000 )edit

1 answer

Sort by » oldest newest most voted
0

answered 2013-02-04 10:17:44 +0000

Michael gravatar image

updated 2013-02-04 19:37:28 +0000

It seems like your locale environment variables are not configured correctly.

Personally, I set up my locales in ~/.xsession like this:

unset LC_ALL
export LANG=de_DE.UTF-8
export LC_MESSAGES=C
export LC_TIME=en_DK.UTF-8

[Edit] Note that you need to chose “Custom” as session type in your login manager (e.g. GDM) so that the .xsession file gets executed.

edit flag offensive delete link more

Comments

I didn't have any .xsession ... just .xession-errors I created one with your lines and reboot but nothing has changed

MonsieurJc gravatar imageMonsieurJc ( 2013-02-04 19:39:04 +0000 )edit

Question Tools

Stats

Asked: 2013-02-03 19:20:07 +0000

Seen: 230 times

Last updated: Feb 04 '13