On 22/05/07, The Rasterman Carsten Haitzler <[EMAIL PROTECTED]> wrote:
> On Mon, 21 May 2007 21:41:42 +0100 Foxy <[EMAIL PROTECTED]> babbled:
>
> > Quoting Kent <[EMAIL PROTECTED]>:
> >
> > > On Sun, 20 May 2007 17:45:38 -0500, Foxy <[EMAIL PROTECTED]> wrote:
> > >
> > >> Kent wrote:
> > >>> On Sun, 20 May 2007 15:25:23 -0500, Foxy <[EMAIL PROTECTED]> wrote:
> > >>>
> > >>>
> > >>>> I am using e17 from CVS (compiled with easy_e17 script). Unfortunately
> > >>>> non-Latin characters (Cyrillic, Japanese etc) are displayed as squares
> > >>>> (for example in emphasis and in title bar in Firefox). How can I make
> > >>>> them display correctly.
> > >>>>
> > >>>>
> > >>>
> > >>> Change your default fonts to something besides Vera in the
> > >>> configuration  dialog, you can see them in the example textbox
> > >>> with extended characters.
> > >>>
> > >>>
> > >>>> Also is there a keyboard layout indicator for e17?
> > >>>>
> > >>>
> > >>> cvs e_modules/language  .. your milage may vary.
> > >>>
> > >>> --Kent
> > >>>
> > >>>
> > >>>
> > >> thanks for the response. I've got Verdana as default, which shows
> > >> Japanese OK in the text box, but still I've got only squares in the
> > >>  FF title bar :( btw, I cannot change the font at all: after
> > >> hitting  Apply and closing the config tool nothing changes and
> > >> opening  Configuration Panel shows Verdana as it was before.
> > >>
> > > You have to check the "enable font class" for all of them that you
> > > change to verdana.
> >
> > Yes, I did that, but still got those squares.
>
> try sans - not verdana. as long as evas built with fontconfig support this
> should use the system "sans" and any fontsets configured for it for
> international text display.

I'm doing this at the moment but with sans-serif, it works fine. The
default sans font for korean was pretty ordinary though. It's pretty
easy to define your own preference for sans-serif though. I have a
file in ~/.fonts.conf:

<?xml version="1.0"?>
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
<fontconfig>
 <alias>
  <family>sans-serif</family>
  <prefer>
   <family>UnBom</family>
   <family>Bitstream Vera Serif</family>
   <family>Baekmuk Batang</family>
  </prefer>
 </alias>
</fontconfig>

The original order was Vera then Baekmuk Batang, but the UnBom font is
much better. If you want Vera first and Unbom as a korean fallback,
just swap them around from what I have here.

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users

Reply via email to