Re: displaying and typing czech letters

2021-07-12 Thread Ingo Schwarze
Hi Tomas,

tomas rodr wrote on Mon, Jul 12, 2021 at 06:58:07PM +0200:

> I am currently tied by X to display the following
[ latin letters with Czech accents]
> Likewise the keyboard encoding is done by setxkbmap. What steps 
> would I have to take to achieve the same result without running X? 

Become both a kernel hacker and a UTF-8 hacker and implement UTF-8
support in the kernel, such that terminal and console drivers in
the kernel can use it.

And tread very carefully, such that other kernel hackers don't
feel tempted to start screaming "BLOAT!".

Yours,
  Ingo



displaying and typing czech letters

2021-07-12 Thread tomas rodr
Hello,

I am currently tied by X to display the following ěščřžýáí, etc. 
Likewise the keyboard encoding is done by setxkbmap. What steps 
would I have to take to achieve the same result without running X? 
Would changing the font solve the displaying of the letters? And 
how were I to type them?

If I'm even on the right tracks,

$ kbd -l

doesn't list what I think I need.

thank you,
Tomáš