2.5. locale 的設定範例

在此僅存放部分 locale 設定的範例, 詳細的設定請參考每一個章節。

X Window 資源設定檔 ~/.Xdefaults

    ! Setting Defaults for all X applications
    .versionLocale:                 zh_TW
    .defaultCharset:                big5
    .inputmethod:                   xcin
    .localeCharset*zh_TW.BIG5:      big5
    .multichar_encoding:            big5
    .preeditType:                   OverTheSpot
    
    ! Begin Netscape 4.xx configuration
    Netscape*international: True
    Netscape*useStderrDialog:       False
    Netscape*inputMethod:   xcin
    Netscape*preeditType:   OverTheSpot
    ! End Netscape 4.xx configuration
         

X Window 啟動設定檔 ~/.xinitrc

    export TERM=xterm-color
    exec xcin2.5 &
    #  Windowing environments that support L10N well
    #
    #exec enlightenment
    #exec gnome-session
    #exec startkde
    #exec windowmaker