[Cooker] Euro support

2001-09-13 Thread Simon

I've seen this debated before but I have to add my voice to those that are 
getting no joy ;-(

I followed instructions to amend /etc/sysconfig/i18n to put en_BE@euro in all 
relevant places (I'm a brit living in Belgian and using a belgian keyboard), 
and these are loading on boot.  But all I'm getting with an AltGr-e is ¤ 
(which I believe is called currency sign).  AltGr-E gives ¢ (cent).

I'm using arial fonts throughout and iso 18859-15 as my charset in KDE 
control panel, and get the following

$ xmodmap -pke | grep 26
keycode  26 = e E EuroSign cent

What more can and should I do?

Simon




Re: [Cooker] Euro support

2001-09-10 Thread Charlie

Yes, this works fine.

Hope the guys will get this automated in 8.1-final.

Thanks.


On lun, 2001-09-10 at 20:42, Fabrice FACORAT wrote:
> Le Lundi 10 Septembre 2001 19:31, Charlie scribit :
> > Here it is not working, tried different fonts, iso8859-1, iso8859-15...
> > AltGr+E, Ctrl,Shift+Ctrl,Alt+Ctrl, etc
> > Nothing
> > This is swiss keyboard with fr_CH (and yes the euro is displayed on
> > the E key meaning it should be used with AltGr).
> 
> /etc/sysconfig/i18n
> and modify this :
> LC_MONETARY=fr_CH@euro
> LC_CTYPE=fr_CH@euro
> LC_NUMERIC=fr_CH@euro
> LC_MESSAGES=fr_CH@euro
> LANGUAGE=fr_CH:fr
> LC_TIME=fr_CH@euro
> LC_COLLATE=fr_CH@euro
> 
> I you want you can do this more quickly ( but will not be permanent ) type 
> this in a terminal and launch the application with this term ( give it a try 
> with kmail for example ) :
> []$ export LC_ALL=fr_FR@euro
> 
> this will modify the previous evironment variables.






Re: [Cooker] Euro support

2001-09-10 Thread Grégoire Colbert

Charlie wrote:

> On lun, 2001-09-10 at 17:35, Alexander Skwar wrote:
> 
>>So sprach »Grégoire Colbert« am 2001-09-10 um 09:26:22 +0200 :
>>
>>>Well, I mean it is useless for me. Having the Euro instead would be 
>>>somewhat more useful for people in France (those with old keyboards).
>>>
>>Ah, I see.  Well, I suppose I don't quite "understand" you, because on
>>my german keyboard, Euro is quite easy to type: AltGr+E :)
>>
>>
> 
> Here it is not working, tried different fonts, iso8859-1, iso8859-15...
> AltGr+E, Ctrl,Shift+Ctrl,Alt+Ctrl, etc
> Nothing
> This is swiss keyboard with fr_CH (and yes the euro is displayed on
> the E key meaning it should be used with AltGr).


Well, it works for me only in Mozilla, not Xterm and Nedit -- basically, 
those are the three apps I use most. =)

K¤¤p trying. =)

Grégøir¤






Re: [Cooker] Euro support

2001-09-10 Thread Fabrice FACORAT

Le Lundi 10 Septembre 2001 19:31, Charlie scribit :
> Here it is not working, tried different fonts, iso8859-1, iso8859-15...
> AltGr+E, Ctrl,Shift+Ctrl,Alt+Ctrl, etc
> Nothing
> This is swiss keyboard with fr_CH (and yes the euro is displayed on
> the E key meaning it should be used with AltGr).

/etc/sysconfig/i18n
and modify this :
LC_MONETARY=fr_CH@euro
LC_CTYPE=fr_CH@euro
LC_NUMERIC=fr_CH@euro
LC_MESSAGES=fr_CH@euro
LANGUAGE=fr_CH:fr
LC_TIME=fr_CH@euro
LC_COLLATE=fr_CH@euro

I you want you can do this more quickly ( but will not be permanent ) type 
this in a terminal and launch the application with this term ( give it a try 
with kmail for example ) :
[]$ export LC_ALL=fr_FR@euro

this will modify the previous evironment variables.
-- 
Copyleft Faber's prod. 2001
http://perso.wanadoo.fr/linux_wizard/index.html




Re: [Cooker] Euro support

2001-09-10 Thread Charlie

On lun, 2001-09-10 at 17:35, Alexander Skwar wrote:
> So sprach »Grégoire Colbert« am 2001-09-10 um 09:26:22 +0200 :
> > Well, I mean it is useless for me. Having the Euro instead would be 
> > somewhat more useful for people in France (those with old keyboards).
> 
> Ah, I see.  Well, I suppose I don't quite "understand" you, because on
> my german keyboard, Euro is quite easy to type: AltGr+E :)
> 

Here it is not working, tried different fonts, iso8859-1, iso8859-15...
AltGr+E, Ctrl,Shift+Ctrl,Alt+Ctrl, etc
Nothing
This is swiss keyboard with fr_CH (and yes the euro is displayed on
the E key meaning it should be used with AltGr).









Re: [Cooker] Euro support

2001-09-10 Thread Grégoire Colbert

Alexander Skwar wrote:

> So sprach »Grégoire Colbert« am 2001-09-09 um 18:00:10 +0200 :
> 
>>Just wondering : is it easy to substitute the useless "£" symbol 
>>
> 
> Sorry, but why is the pound symbol (uhm - how dd you get that anyway?)
> useless?  UK isn't a Euro country.
> 
> Alexander Skwar

Well, I mean it is useless for me. Having the Euro instead would be 
somewhat more useful for people in France (those with old keyboards).

Grégoire







Re: [Cooker] Euro support

2001-09-09 Thread andre

On zo, 2001-09-09 at 18:19, Charlie wrote:
> Yes thanks, but on the mdk8.1 announcement page you can see:
> (http://www.linux-mandrake.com/en/81beta3.php3)
> 
> 8.1 Beta General overview:
> Mandrake Linux 8.1 New and Killer Features
> 
> [...]
> * Support for the Euro
> [...]
> 

would have been if it was for 7.2. Not a year later 
> 
> 
> On dim, 2001-09-09 at 17:51, Fabrice FACORAT wrote:
> > Le Dimanche 9 Septembre 2001 17:04, Charlie scribit :
> > > Euro key is not working ?
> > > I tried with gedit (adobe helvetica) and evolution (courrier), the Euro
> > > key is not working.
> > > (I'm on cooker upgraded 8.1beta2)
> > >
> > > Can anyone give some input here ?
> > 
> > use a local with @euro.
> > for example if your local is fr_FR, do :
> > []$ export LC_ALL=fr_FR@euro
> > 
> > you may have to use a font with a charseet iso8859-15.
> > If you want to automatise the locale setting, you may put the command in your 
> > /etc/profile. I don't know where locales are set
> > 
> 
> 





Re: [Cooker] Euro support

2001-09-09 Thread Alexander Skwar

So sprach »Grégoire Colbert« am 2001-09-09 um 18:00:10 +0200 :
> Just wondering : is it easy to substitute the useless "£" symbol 

Sorry, but why is the pound symbol (uhm - how dd you get that anyway?)
useless?  UK isn't a Euro country.

Alexander Skwar
-- 
How to quote:   http://learn.to/quote (german) http://quote.6x.to (english)
Homepage:   http://www.digitalprojects.com   |   http://www.iso-top.de
   iso-top.de - Die günstige Art an Linux Distributionen zu kommen
Uptime: 2 days 0 hours 3 minutes




Re: [Cooker] Euro support

2001-09-09 Thread Charlie

Yes thanks, but on the mdk8.1 announcement page you can see:
(http://www.linux-mandrake.com/en/81beta3.php3)

8.1 Beta General overview:
Mandrake Linux 8.1 New and Killer Features

[...]
* Support for the Euro
[...]



On dim, 2001-09-09 at 17:51, Fabrice FACORAT wrote:
> Le Dimanche 9 Septembre 2001 17:04, Charlie scribit :
> > Euro key is not working ?
> > I tried with gedit (adobe helvetica) and evolution (courrier), the Euro
> > key is not working.
> > (I'm on cooker upgraded 8.1beta2)
> >
> > Can anyone give some input here ?
> 
> use a local with @euro.
> for example if your local is fr_FR, do :
> []$ export LC_ALL=fr_FR@euro
> 
> you may have to use a font with a charseet iso8859-15.
> If you want to automatise the locale setting, you may put the command in your 
> /etc/profile. I don't know where locales are set
> 






Re: [Cooker] Euro support

2001-09-09 Thread Grégoire Colbert

Fabrice FACORAT wrote:

> Le Dimanche 9 Septembre 2001 17:04, Charlie scribit :
> 
>>Euro key is not working ?
>>I tried with gedit (adobe helvetica) and evolution (courrier), the Euro
>>key is not working.
>>(I'm on cooker upgraded 8.1beta2)
>>
>>Can anyone give some input here ?
>>
> 
> use a local with @euro.
> for example if your local is fr_FR, do :
> []$ export LC_ALL=fr_FR@euro
> 
> you may have to use a font with a charseet iso8859-15.
> If you want to automatise the locale setting, you may put the command in your 
> /etc/profile. I don't know where locales are set

Just wondering : is it easy to substitute the useless "£" symbol 
(english currency) in favor of the Euro, on a 102 keys keyboard without 
the Euro key? Just answer if that's not too difficult, otherwise I will 
live without it.

Thanks in advance.
Grégoire






Re: [Cooker] Euro support

2001-09-09 Thread Fabrice FACORAT

Le Dimanche 9 Septembre 2001 17:53, guran scribit :
> On Sunday 09 September 2001 17:04, Charlie wrote:
> > Euro key is not working ?
>
> OK, I have tested inKonsole, Lyx, Kword, AbiWord and the s.g  advanced
> editor and I have poiund and dollar but no euro.

look at this thread : euro support in Mandrake

-- 
Copyleft Faber's prod. 2001
http://perso.wanadoo.fr/linux_wizard/index.html




Re: [Cooker] Euro support

2001-09-09 Thread Fabrice FACORAT

Le Dimanche 9 Septembre 2001 17:04, Charlie scribit :
> Euro key is not working ?
> I tried with gedit (adobe helvetica) and evolution (courrier), the Euro
> key is not working.
> (I'm on cooker upgraded 8.1beta2)
>
> Can anyone give some input here ?

use a local with @euro.
for example if your local is fr_FR, do :
[]$ export LC_ALL=fr_FR@euro

you may have to use a font with a charseet iso8859-15.
If you want to automatise the locale setting, you may put the command in your 
/etc/profile. I don't know where locales are set

-- 
Copyleft Faber's prod. 2001
http://perso.wanadoo.fr/linux_wizard/index.html




Re: [Cooker] Euro support

2001-09-09 Thread guran

On Sunday 09 September 2001 17:04, Charlie wrote:
> Euro key is not working ?

OK, I have tested inKonsole, Lyx, Kword, AbiWord and the s.g  advanced editor 
and I have poiund and dollar but no euro.

regards
guran

-- 
Mandrake Linux 8.1 beta Cooker kernel 2.4.8-21 vers:1.570




[Cooker] Euro support

2001-09-09 Thread Charlie

Euro key is not working ?
I tried with gedit (adobe helvetica) and evolution (courrier), the Euro
key is not working.
(I'm on cooker upgraded 8.1beta2)

Can anyone give some input here ?

Thank's,
Charlie








Re: [Cooker] euro support in Mandrake

2001-08-29 Thread Alexander Feigl

On Wednesday, 29. August 2001 07:29, Alexander Skwar wrote:
> So sprach »Fabrice FACORAT« am 2001-08-29 um 03:17:13 +0200 :
> > As the Euro will be use by the EuroClub members at the end of the year,
> > and that people begins to move on it, is it possible that Mandrake 8.1
> > supports Euro by default ?
>
> Uh?  I've set my locale settings to de_DE, and at least on the console
> I already have Euro.  In X not, however.  But that may be because I
> didn't do a clean install for quite some time now.
>
> Alexander Skwar

I did a fresh install about 2 weeks ago. The current status:

Console : Euro works
Mozilla : Euro works without de_DE@euro
Koffice : Euro does not work - cannot get it to work with de_DE@euro
Gnumeric : Euro does not work - starts to work with de_DE@euro

most other X apps probably do not work with Euro


ALexander




Re: [Cooker] euro support in Mandrake

2001-08-28 Thread Alexander Skwar

So sprach »Fabrice FACORAT« am 2001-08-29 um 03:17:13 +0200 :
> As the Euro will be use by the EuroClub members at the end of the year, and 
> that people begins to move on it, is it possible that Mandrake 8.1 supports 
> Euro by default ?

Uh?  I've set my locale settings to de_DE, and at least on the console
I already have Euro.  In X not, however.  But that may be because I
didn't do a clean install for quite some time now.

Alexander Skwar
-- 
How to quote:   http://learn.to/quote (german) http://quote.6x.to (english)
Homepage:   http://www.digitalprojects.com   |   http://www.iso-top.de
   iso-top.de - Die günstige Art an Linux Distributionen zu kommen
Uptime: 16 hours 17 minutes




[Cooker] euro support in Mandrake

2001-08-28 Thread Fabrice FACORAT

As the Euro will be use by the EuroClub members at the end of the year, and 
that people begins to move on it, is it possible that Mandrake 8.1 supports 
Euro by default ?
i.e at least for Countries in the EuroClub use the local @euro
For exemple for France : fr_FR@euro
Another way might be to use the iso8859-15 charset, but althought this seems 
to work, it also reduces greatly the number of available fonts on a standard 
linux system... The advantage of the @euro solution is that it allows to keep 
the latin1 (iso8859-1) charset.

The symbol is correctly map to the keyboard :
[will@bastard will]$ xmodmap -pke | grep EuroSign
keycode  26 = e E EuroSign cent

so the only pb are the locales :
[will@bastard will]$ locale 
LANG=fr
LC_CTYPE=fr_FR
LC_NUMERIC=fr_FR
LC_TIME=fr_FR
LC_COLLATE=fr_FR
LC_MONETARY=fr_FR
LC_MESSAGES=fr_FR
LC_PAPER="fr"
LC_NAME="fr"
LC_ADDRESS="fr"
LC_TELEPHONE="fr"
LC_MEASUREMENT="fr"
LC_IDENTIFICATION="fr"
LC_ALL=

At least I should have LC_ALL="fr_FR@euro"
seems to have an @euro option for all the locales, so where is the pb ? why 
not set it by default during the install ?

-- 
Copyleft Faber's prod. 2001
http://perso.wanadoo.fr/linux_wizard/index.html