michael | 10 Jan 16:55
Favicon

How can I set encoding in gnome-terminal

hello!

I want to set in my gnome-terminal "ru_RU.KOI8-R" encoding, but I don't know how. Does anybody know how can I
do this?
Today, if I print "locale" in gnome-terminal, I can see 

LANG=ru_RU.UTF-8
LC_CTYPE="ru_RU.UTF-8"
LC_COLLATE="ru_RU.UTF-8"
LC_TIME="ru_RU.UTF-8"
LC_NUMERIC="ru_RU.UTF-8"
LC_MONETARY="ru_RU.UTF-8"
LC_MESSAGES="ru_RU.UTF-8"
LC_ALL=
Sergey Podatelev | 11 Jan 07:04

Re: How can I set encoding in gnome-terminal

Errrmm... Top menu: "Terminal->Set Character Encoding->Add" ?..

On Sat, Jan 10, 2009 at 6:57 PM, michael <michael_is_98 <at> mail.ru> wrote:
hello!

I want to set in my gnome-terminal "ru_RU.KOI8-R" encoding, but I don't know how. Does anybody know how can I do this?
Today, if I print "locale" in gnome-terminal, I can see

LANG=ru_RU.UTF-8
LC_CTYPE="ru_RU.UTF-8"
LC_COLLATE="ru_RU.UTF-8"
LC_TIME="ru_RU.UTF-8"
LC_NUMERIC="ru_RU.UTF-8"
LC_MONETARY="ru_RU.UTF-8"
LC_MESSAGES="ru_RU.UTF-8"
LC_ALL=

_______________________________________________
gnome-list mailing list
gnome-list <at> gnome.org
http://mail.gnome.org/mailman/listinfo/gnome-list



--
sp
_______________________________________________
gnome-list mailing list
gnome-list <at> gnome.org
http://mail.gnome.org/mailman/listinfo/gnome-list
michael | 11 Jan 12:23
Favicon

Re[2]: How can I set encoding in gnome-terminal

Have you tried a command "Terminal->Set Character Encoding->Add". I've tried it and type "KOI8-R". Then I
select this option and... no result
Maybe I've done something wrong?

-----Original Message-----
From: "Sergey Podatelev" <brightnesslevels <at> gmail.com>
To: gnome-list <at> gnome.org
Date: Sun, 11 Jan 2009 09:04:17 +0300
Subject: Re: How can I set encoding in gnome-terminal

> 
> Errrmm... Top menu: "Terminal->Set Character Encoding->Add" ?..
> 
> On Sat, Jan 10, 2009 at 6:57 PM, michael <michael_is_98 <at> mail.ru> wrote:
> 
> > hello!
> >
> > I want to set in my gnome-terminal "ru_RU.KOI8-R" encoding, but I don't
> > know how. Does anybody know how can I do this?
> > Today, if I print "locale" in gnome-terminal, I can see
> >
> > LANG=ru_RU.UTF-8
> > LC_CTYPE="ru_RU.UTF-8"
> > LC_COLLATE="ru_RU.UTF-8"
> > LC_TIME="ru_RU.UTF-8"
> > LC_NUMERIC="ru_RU.UTF-8"
> > LC_MONETARY="ru_RU.UTF-8"
> > LC_MESSAGES="ru_RU.UTF-8"
> > LC_ALL=
> >
> > _______________________________________________
> > gnome-list mailing list
> > gnome-list <at> gnome.org
> > http://mail.gnome.org/mailman/listinfo/gnome-list
> >
> 
> 
> 
> -- 
> sp
> 
> 
> _______________________________________________
> gnome-list mailing list
> gnome-list <at> gnome.org
> http://mail.gnome.org/mailman/listinfo/gnome-list
> 
> 
David Dupin | 11 Jan 12:51

Re: Re[2]: How can I set encoding in gnome-terminal

Hi,

I'm not an encoding expert, but maybe your localegen is not up to date.
Is your wanted locale uncomment in file /etc/localge.gen ?  If not
uncomment it and launch as root locage-gen.

After that maybe gnome-terminal will use defined locale.

On Sun, 2009-01-11 at 19:23 +0800, michael wrote:
> Have you tried a command "Terminal->Set Character Encoding->Add". I've tried it and type "KOI8-R". Then
I select this option and... no result
> Maybe I've done something wrong?
> 
> -----Original Message-----
> From: "Sergey Poda
> telev" <brightnesslevels <at> gmail.com>
> To: gnome-list <at> gnome.org
> Date: Sun, 11 Jan 2009 09:04:17 +0300
> Subject: Re: How can I set encoding in gnome-terminal
> 
> > 
> > Errrmm... Top menu: "Terminal->Set Character Encoding->Add" ?..
> > 
> > On Sat, Jan 10, 2009 at 6:57 PM, michael <michael_is_98 <at> mail.ru> wrote:
> > 
> > > hello!
> > >
> > > I want to set in my gnome-terminal "ru_RU.KOI8-R" encoding, but I don't
> > > know how. Does anybody know how can I do this?
> > > Today, if I print "locale" in gnome-terminal, I can see
> > >
> > > LANG=ru_RU.UTF-8
> > > LC_CTYPE="ru_RU.UTF-8"
> > > LC_COLLATE="ru_RU.UTF-8"
> > > LC_TIME="ru_RU.UTF-8"
> > > LC_NUMERIC="ru_RU.UTF-8"
> > > LC_MONETARY="ru_RU.UTF-8"
> > > LC_MESSAGES="ru_RU.UTF-8"
> > > LC_ALL=
> > >
> > > _______________________________________________
> > > gnome-list mailing list
> > > gnome-list <at> gnome.org
> > > http://mail.gnome.org/mailman/listinfo/gnome-list
> > >
> > 
> > 
> > 
> > -- 
> > sp
> > 
> > 
> > _______________________________________________
> > gnome-list mailing list
> > gnome-list <at> gnome.org
> > http://mail.gnome.org/mailman/listinfo/gnome-list
> > 
> > 
> 
> _______________________________________________
> gnome-list mailing list
> gnome-list <at> gnome.org
> http://mail.gnome.org/mailman/listinfo/gnome-list
michael | 11 Jan 13:17
Favicon

Re[4]: How can I set encoding in gnome-terminal

FreeBSD 7.1 Gnome 2.22.3

I am russian user. KOI8-R is one of the preferred encoding for russian language.
When I don't start Gnome, everything is OK. If I use startx (exec gnome-session), encoding in
gnome-terminal also is OK. But if I use gnome_enable=yes in /etc/rc.conf, gnome-terminal uses UTF-8

What is localegen? Is it a Gnome-tool?

-----Original Message-----
From: David Dupin <ddup1 <at> dupnet.org>
To: michael <michael_is_98 <at> mail.ru>
Date: Sun, 11 Jan 2009 12:51:11 +0100
Subject: Re: Re[2]: How can I set encoding in gnome-terminal

> 
> Hi,
> 
> I'm not an encoding expert, but maybe your localegen is not up to date.
> Is your wanted locale uncomment in file /etc/localge.gen ?  If not
> uncomment it and launch as root locage-gen.
> 
> After that maybe gnome-terminal will use defined locale.
> 
> 
> 
> On Sun, 2009-01-11 at 19:23 +0800, michael wrote:
> > Have you tried a command "Terminal->Set Character Encoding->Add". I've tried it and type "KOI8-R".
Then I select this option and... no result
> > Maybe I've done something wrong?
> > 
> > -----Original Message-----
> > From: "Sergey Poda
> > telev" <brightnesslevels <at> gmail.com>
> > To: gnome-list <at> gnome.org
> > Date: Sun, 11 Jan 2009 09:04:17 +0300
> > Subject: Re: How can I set encoding in gnome-terminal
> > 
> > > 
> > > Errrmm... Top menu: "Terminal->Set Character Encoding->Add" ?..
> > > 
> > > On Sat, Jan 10, 2009 at 6:57 PM, michael <michael_is_98 <at> mail.ru> wrote:
> > > 
> > > > hello!
> > > >
> > > > I want to set in my gnome-terminal "ru_RU.KOI8-R" encoding, but I don't
> > > > know how. Does anybody know how can I do this?
> > > > Today, if I print "locale" in gnome-terminal, I can see
> > > >
> > > > LANG=ru_RU.UTF-8
> > > > LC_CTYPE="ru_RU.UTF-8"
> > > > LC_COLLATE="ru_RU.UTF-8"
> > > > LC_TIME="ru_RU.UTF-8"
> > > > LC_NUMERIC="ru_RU.UTF-8"
> > > > LC_MONETARY="ru_RU.UTF-8"
> > > > LC_MESSAGES="ru_RU.UTF-8"
> > > > LC_ALL=
> > > >
> > > > _______________________________________________
> > > > gnome-list mailing list
> > > > gnome-list <at> gnome.org
> > > > http://mail.gnome.org/mailman/listinfo/gnome-list
> > > >
> > > 
> > > 
> > > 
> > > -- 
> > > sp
> > > 
> > > 
> > > _______________________________________________
> > > gnome-list mailing list
> > > gnome-list <at> gnome.org
> > > http://mail.gnome.org/mailman/listinfo/gnome-list
> > > 
> > > 
> > 
> > _______________________________________________
> > gnome-list mailing list
> > gnome-list <at> gnome.org
> > http://mail.gnome.org/mailman/listinfo/gnome-list
> 
David Dupin | 11 Jan 13:34

Re: Re[4]: How can I set encoding in gnome-terminal

Its a system tool, but part of glibc as i know so not sure this is same
behaviour on freebsd.
So forget locale-gen.

have you try to export LC_ALL with good locale in your .xinitrc ? Just
an idea i'm not a freebsd user (maybe a days, i look for it sometime ;))

On Sun, 2009-01-11 at 20:17 +0800, michael wrote:
> startx
Robert Moskowitz | 11 Jan 14:11

Dealing with a 800x480 LCD panel

Some of the really small notebooks like the ASUS EEE only show 800x480 
resolution.

How do you get Gnome dialogs to work with this? My (granted feeble, 
todate) attempts have been failures. There are dialogs that barely fit 
into 800x600 displays....
Giuseppe Fuggiano | 12 Jan 09:51

Re: Dealing with a 800x480 LCD panel

2009/1/11 Robert Moskowitz <rgm <at> htt-consult.com>:
> Some of the really small notebooks like the ASUS EEE only show 800x480
> resolution.
>
> How do you get Gnome dialogs to work with this? My (granted feeble, todate)
> attempts have been failures. There are dialogs that barely fit into 800x600
> displays....

I had the same problem, some month ago.

Open gnome-appearance-properties, select the Fonts tab, click on
Details and change the Resolution (dots per inch).  Try to set that
value in order to have a better look.

--

-- 
Giuseppe Fuggiano

Gmane