В Сбт, 29.11.2003, в 00:02, Joel Wright пишет:
> Hi guys,
>
> Having a real problem with epiphany/evolution. I can't seem to work out
> how to set the default character encoding to ISO-8859-1. The default I
> get gives me loads of weird characters that look like little boxes with
> 4 letters/numbers inside.
>
> Any tips on how to fix this would be great,
> Cheers,
> Joel.
>
> (Manually setting the character encoding to ISO-8859-1 solves the
> problem)
>
>
> --
> [EMAIL PROTECTED] mailing list
>
try add your fonts in /etc/fonts/fonts.conf,
for example :
<!-- Font directory list configured on -->
<!-- <dir>/usr/X11R6/lib/X11/fonts/Type1</dir> -->
<!-- <dir>/usr/share/fonts</dir> -->
<!-- <dir>/usr/local/share/fonts</dir> -->
<!-- <dir>/usr/X11R6/lib/X11/fonts/75dpi</dir> -->
<!-- <dir>/usr/X11R6/lib/X11/fonts/100dpi</dir> -->
<dir>~/.fonts</dir>
<dir>/usr/X11R6/lib/X11/fonts/ttf</dir>
<dir>/usr/X11R6/lib/X11/fonts/Type1</dir>
--
[EMAIL PROTECTED] mailing list