[syslinux] psf files

H. Peter Anvin hpa at zytor.com
Sat Jun 9 15:14:47 PDT 2007


bayosky wrote:
> 
> I use pxelinux with vesamenu.c32 and it's really good but ...
> I would like to use correctly some carracters with accents
> 
> I try severals psf files found here and there but
> these fonts dont have graphicals carracters used for borders of the
> menu.
> 
> So... two questions :
> 
> Does a font with "french" letters and graphicals caracters used by
> menu still exist ?
> 

Even the default font should have all the characters needed for French,
but you have to encode the file in Codepage 437:

	iconv -f utf-8 -t cp437 < input > output

There are plenty of other fonts, but they generally don't have the
line-drawing characters in the right font positions.

	-hpa




More information about the Syslinux mailing list