On Tue, 17 Feb 2004 22:34:39 +0900 (JST) Yasufumi Haga <[EMAIL PROTECTED]>
babbled:

> Hello all
> 
> I compiled Eterm 0.9.2 a few days ago using Eterm-0.9.2.tar.gz
> which I downloaded from eterm.sourceforge.net.
> This Eterm works fine, but without "--mfont" option I can not
> use multibyte fonts such as Japanese. That is, even if I add
> a "multichar" context like the following to
> /usr/local/share/Eterm/themes/Eterm/theme.cfg,
> 
>   begin multichar
>       encoding eucj
>       font 0 -misc-fixed-merium-r-normal--14-130-75-75-c-140-jisx0208.1983-0
>       font 1 -misc-fixed-merium-r-normal--16-160-75-75-c-160-jisx0208.1983-0
>       font 2 -misc-fixed-merium-r-normal--14-130-75-75-c-140-jisx0208.1983-0
>       font 3 -misc-fixed-merium-r-normal--16-160-75-75-c-160-jisx0208.1983-0
>       font 4 -misc-fixed-merium-r-normal--16-160-75-75-c-160-jisx0208.1983-0
>   end multichar
> 
> when invoking this Eterm without using "--mfont" option, I can
> not show a text file written in Japanese, in this case tiny
> rectangular figures are displayed instead of Japanese characters,
> or input Japanese characters.
> 
> When invoking this Eterm with, for example, "--mfont k14",
> I can both read and write Japanese normally.
> 
> Is the behavior of my Eterm correct ? Whether there is
> "multichar" context in theme.cfg or not, do I always have to
> use "--mfont" option in order to use multichar fonts such
> as Japanese ?
> 
> Thanks for any help.

これ は わたし の Eterm theme.cfg しょして [EMAIL 
PROTECTED]&$V です。

:)

---------------------------------

<Eterm-0.9>
begin main
  begin color
    foreground #aaaaaa
    background #000000
    cursor #ffffff
    cursor_text #444444
    scrollbar #3f1c00
    unfocused_scrollbar #777777
    menu #777777
    unfocused_menu #777777
    menu_text black
    pointer #ffffff

    video normal
    
    foreground #aaaaaa
    background #000000
    color  0 0x1e 0x1e 0x1e
    color  1 0x88 0x55 0x55
    color  2 0x55 0x88 0x55
    color  3 0xaa 0x88 0x66
    color  4 0x55 0x55 0x88
    color  5 0x88 0x55 0x88
    color  6 0x55 0x88 0x88
    color  7 0xaa 0xaa 0xaa
    color  8 0x44 0x44 0x44
    color  9 0xcc 0x88 0x88
    color 10 0x88 0xcc 0x88
    color 11 0xcc 0xcc 0x88
    color 12 0x88 0x88 0xcc
    color 13 0xcc 0x88 0xcc
    color 14 0x88 0xcc 0xcc
    color 15 0xff 0xff 0xff
    color bd #ffffff
    color ul #ffffff
  end color
  
  begin attributes
    name %appname()
    
    font default 0
    font proportional 0
    font 0 nexus
    font 1 7x14
    font 2 8x16
    font 3 9x18
    font 4 12x24
  end attributes
  
  begin multichar
    encoding eucj
    font 0 k10
    font 1 k14
    font 2 kanji16
    font 3 k18
    font 4 kanji24
  end multichar
  
  begin actions
    bind ctrl button1 to string "\e]5;\a"
    bind ctrl button2 to string "\e[?30t"
    bind ctrl button3 to menu Eterm
  end actions
  
  begin toggles
    map_alert on
    visual_bell off
    login_shell true
    scrollbar off
    utmp_logging on
    select_line false
    iconic false
    home_on_echo 1
    home_on_refresh 1
    scrollbar_right true
    scrollbar_floating false
    borderless false
  end toggles

  begin keyboard
    smallfont_key LessThan
    bigfont_key GreaterThan
    keysym 0xff08 "^?"
    keysym 0xffbe "^[OP"
    keysym 0xffbf "^[OQ"
    keysym 0xffc0 "^[OR"
    keysym 0xffc1 "^[OS"
  end keyboard

  begin misc
    save_lines 4096
    cut_chars "\t\\\`\\\"\'&() *,;<=>[EMAIL PROTECTED]|}"
    border_width 1
    term_name xterm
  end misc
end main

--------------------------------------------

maybe this will work for you. it works for me! (japanese and all) :)


-- 
------------- Codito, ergo sum - "I code, therefore I am" --------------
The Rasterman (Carsten Haitzler)    [EMAIL PROTECTED]
熊耳 - 車君 (数田)                  [EMAIL PROTECTED]
Tokyo, Japan (東京 日本)


-------------------------------------------------------
SF.Net is sponsored by: Speed Start Your Linux Apps Now.
Build and deploy apps & Web services for Linux with
a free DVD software kit from IBM. Click Now!
http://ads.osdn.com/?ad_id=1356&alloc_id=3438&op=click
_______________________________________________
enlightenment-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-users

Reply via email to