Own keyboard encoding cz (cs)

2008-08-06 Thread Tomas Bodzar
Hi all,



I'm reading throw man pages kbd,wsconcs,wsconscfg,looking on Google and so on,

but can't find some useful kick-of.Do you know about some paper about it?

I found something from http://www.netbsd.org/docs/guide/en/chap-cons.html .

I looked in wsksymdef.h ,there is a support for ISO-8859-2 (not for UTF-8),

but how can I type our national characters if I can use only us or others?

Can I use codes for these characters?



Thanks a lot for your help



PS: I don't want do this and this,read this and this is enough for me




Re: Own keyboard encoding cz (cs)

2008-08-06 Thread Tomas Bodzar
I read wsfontload(8),but there is only ISO-8859-1,IBM and pcvt.

In cs is only about 15 special characters (don't know exactly right now)

like  ' DE!D
EEC=C!C-C)C:E/ '.I thought,that there is way like for de,sv and others.



TB



-Original Message-

From: Miod Vallat [mailto:[EMAIL PROTECTED]

Sent: Wednesday, August 06, 2008 1:49 PM

To: Tomas Bodzar

Cc: misc@openbsd.org

Subject: Re: Own keyboard encoding cz (cs)



 I'm reading throw man pages kbd,wsconcs,wsconscfg,looking on Google

 and so on, but can't find some useful kick-of.Do you know about some

 paper about it?

 I found something from http://www.netbsd.org/docs/guide/en/chap-cons.html .

 I looked in wsksymdef.h ,there is a support for ISO-8859-2 (not for

 UTF-8), but how can I type our national characters if I can use only us or 
 others?

 Can I use codes for these characters?



On vga-compatible displays, you could load a font with the proper

ISO-8859-2 characters with wsfontload(8). On frame buffer displays there is 
currently no way to extend the built-in ISO-8859-1 font at the moment.



All of this is being worked on (there is uncommited code to have wscons support 
UTF-8, but a few things need to be sorted out before it goes in).



Miod




Re: Own keyboard encoding cz (cs)

2008-08-06 Thread Miod Vallat

I read wsfontload(8),but there is only ISO-8859-1,IBM and pcvt.


Oops, you're right. This should be fixed as well eventually (-:

Miod



Re: Own keyboard encoding cz (cs)

2008-08-06 Thread Tomas Bodzar
Heh,it's ok.No one is perfect :-)



I found this table http://nl.ijs.si/gnusl/cee/charset.html

Maybe if I put these codes in wsksymdef.h as it's for de encoding,

make some other important changes and rebuild kernel.maybe cs is here :-)





-Original Message-

From: Miod Vallat [mailto:[EMAIL PROTECTED]

Sent: Wednesday, August 06, 2008 1:58 PM

To: Tomas Bodzar

Cc: misc@openbsd.org

Subject: RE: Own keyboard encoding cz (cs)



 I read wsfontload(8),but there is only ISO-8859-1,IBM and pcvt.



Oops, you're right. This should be fixed as well eventually (-:



Miod




Re: Own keyboard encoding cz (cs)

2008-08-06 Thread Duncan Patton a Campbell
On Wed, 6 Aug 2008 08:23:59 +0100
Tomas Bodzar [EMAIL PROTECTED] wrote:

 Hi all,
 
 I'm reading throw man pages kbd,wsconcs,wsconscfg,looking on Google and so on,
 but can't find some useful kick-of.Do you know about some paper about it?
 I found something from http://www.netbsd.org/docs/guide/en/chap-cons.html .
 I looked in wsksymdef.h ,there is a support for ISO-8859-2 (not for UTF-8),
 but how can I type our national characters if I can use only us or others?
 Can I use codes for these characters?
 
 Thanks a lot for your help
 
 PS: I don't want do this and this,read this and this is enough for me
 
 

See man luit and xorgconfig.

Dhu



Re: Own keyboard encoding cz (cs)

2008-08-06 Thread Miod Vallat
I'm reading throw man pages kbd,wsconcs,wsconscfg,looking on Google   
and so on,

but can't find some useful kick-of.Do you know about some paper about it?
I found something from http://www.netbsd.org/docs/guide/en/chap-cons.html .
I looked in wsksymdef.h ,there is a support for ISO-8859-2 (not for UTF-8),
but how can I type our national characters if I can use only us or others?
Can I use codes for these characters?


On vga-compatible displays, you could load a font with the proper
ISO-8859-2 characters with wsfontload(8). On frame buffer displays
there is currently no way to extend the built-in ISO-8859-1 font
at the moment.

All of this is being worked on (there is uncommited code to have wscons
support UTF-8, but a few things need to be sorted out before it goes in).

Miod