FreeBSD Magyar keymaps/font maps?

Zahemszky Gabor zgabor at zg.CoDe.hu
1998. Aug. 24., H, 15:30:35 CEST


> I have commit privs and can commit any hungarian localisations you can
> send me..

Great!  I'll send it you, too.

> I have my own keymap here that I can produce all the Hungarian characters
> on, but I don't know yet how to make some of hte rest of the system accept
> 8bit chars (e.g. vi) 

mkdir /usr/share/locale/hu_HU.ISO_8859-2
ln -s /usr/share/locale/hu_HU.ISO_8859-2/LC_C{OLLATE,TYPE} ../lt_LN.ISO_8859-2
export LANG=hu_HU.ISO_8859-2

Voila, vi/ed/ee/Idontknowtheothers will know accented hungarian characters

> what key sequences would you use to produce the four 'o' variants
> on a US type keyboard?
> I have used o, <ALT-o> <alt-ctl-o> and <ctl><alt><shift>-o
> 
> for o 243, 245 and 246

In my _own_ keymap, o, ALT-=, ALT-0, ALT-[ (OK, it's not so generic!), and with
ALT-SHIFT-...

> also in the fonts, some of the hunarian caracters are used by default for
> cursor support.. makes capital O (accent) impossible.

If you said mouse cursor support, yes.  Go, and kill sos (?)

ZGabor at CoDe dot HU

-- 
#!/bin/ksh
Z='21N16I25C25E30, 40M30E33E25T15U!' ;IFS=' ABCDEFGHIJKLMNOPQRSTUVWXYZ ';set $Z ;for i { [[ $i = ? ]]&&print $i&&break;[[ $i = ??? ]]&&j=$i&&i=${i%?};typeset -i40 i=8#$i;print -n ${i#???};[[ "$j" = ??? ]]&&print -n "${j#??} "&&j=;typeset +i i;};IFS=' 0123456789 ';set $Z;X=;for i { [[ $i = , ]]&&i=2;[[ $i = ?? ]]||typeset -l i;X="$X $i";typeset +l i;};print "$X"



További információk a(z) BSD levelezőlistáról