> 
> > I couldn't load ACM's with any kbd package (1.04 including).
> > I tried "setfont -m", and "mapscrn"
> 
> Unfortunately I am not quite sure what an ACM is.

An ACM is "Application Charset Map" the same thing as the screen maps,
but an ACM converts bytes to Unicode values.

> I have no problems loading screen maps with mapscrn
> or setfont -m. If an ACM is a screenmap, can you send
> me the file you try to load?
> Maybe I have to add some compatibility mode to kbd
> in case console-tools has changed the format.

console-tools supports two formats:
    - byte -> unicode 
      where unicode can be a hex number in the form U+xxxx 
      or an UTF-8 character enclosed in single quotes.

    - byte -> font_index
      which is the equivalent of loading a "byte -> U+F000 | font_index" 
      font map.

I'll send you an example cp1251.acm in private mail.

-- 
Damjan Georgievski              |           Дамјан Георгиевски
Skopje, Macedonia               |           Скопје, Македонија
-
Linux-UTF8:   i18n of Linux on all levels
Archive:      http://mail.nl.linux.org/lists/

Reply via email to