|
|
发表于 2005-10-26 15:48:06
|
显示全部楼层
我的aria显示乱码 安装的是aria-1.0.0-1.fc4.i686.rpm)
提示:
The font "-*-*-medium-r-normal--12-*-*-*-*-*-*-*, -*-*-medium-r-normal--12-*-*-*-*-*-*-*" does not support all the required character sets for the current locale "zh_CN"
(Missing character set "ISO8859-1")
(Missing character set "GB2312.1980-0")
The font "-*-*-medium-r-normal--12-*-*-*-*-*-*-*, -*-*-medium-r-normal--12-*-*-*-*-*-*-*" does not support all the required character sets for the current locale "zh_CN"
(Missing character set "ISO8859-1")
(Missing character set "GB2312.1980-0")
The font "-*-fixed-medium-r-normal--12-*-*-*-*-*-*-*, -*-fixed-medium-r-normal--12-*-*-*-*-*-*-*" does not support all the required character sets for the current locale "zh_CN"
(Missing character set "ISO8859-1")
(Missing character set "GB2312.1980-0")
The font "-adobe-helvetica-medium-r-normal--16-*-*-*-*-*-iso8859-1,
-*-*-medium-r-normal--16-*-*-*-*-*-gb2312.1980-0,*-r-*" does not support all the required character sets for the current locale "zh_CN"
(Missing character set "ISO8859-1")
(Missing character set "GB2312.1980-0")
~/.aria/rc.aria 文件如下:
- /*********************************************
- rc file for aria
- $Id: rc.aria,v 1.2 2001/10/01 12:45:06 tujikawa Exp $
- **********************************************/
- style "Default"
- {
- fontset="-*-*-medium-r-normal--12-*-*-*-*-*-*-*, -*-*-medium-r-normal--12-*-*-*-*-*-*-*"
- }
- style "text" = "Default"
- {
- fontset="-*-fixed-medium-r-normal--12-*-*-*-*-*-*-*, -*-fixed-medium-r-normal--12-*-*-*-*-*-*-*"
- }
- widget_class "*GtkText*" style "text"
- widget_class "*GtkEntry*" style "text"
- widget_class "*GtkList*" style "text"
- widget_class "*GtkCList*" style "text"
- widget_class "*GtkWindow*" style "Default"
- widget_class "*GtkDialog*" style "Default"
复制代码
该如何修改显示正常呢,能正常显示英文就行了 |
|