-
2007-10-31
telnet bbs 的乱码问题 - [字体相关]
local 是 utf-8 的时候 telnet gbk编码的bbs 会出现乱码
解决方法 : 使用 luit
luit -encoding gbk telnet bbs.tsinghua.edu.cn -
2007-10-07
smbmount 中文支持 - [字体相关]
mount -t smbfs -o iocharset=utf8,codepage=cp936,username=administrator,password=password //192.168.1.32/E /mnt/smb/ -
2007-10-04
wine 程序 按钮乱码问题 - [字体相关]
首先在 system.reg 里手动添加
[Software\\Microsoft\\Windows NT\\CurrentVersion\\FontLink\\SystemLink] 1150441842
"Tahoma"=str(7):"simsun.ttf,\x5b8b\x4f53\0msgothic.ttc,MS UI Gothic\0mingliu.ttc,PMingLiU\0"
其中simsun.ttf 换成你喜欢的字体, \x5b8b\x4f53 换成这个字体中文名字的 UNICODE 编码(老版本 WINE 用英文, 比如 SimSun)
然后运行 regedit, 在 HKEY_LOCAL_MACHINE\software\microsfot\windows nt\currentversion\fontsubstitutes 里加上
MS Shell Dlg(类型是 REG_SZ, 值是SimSun)
MS Shell Dlg 2(类型是 REG_SZ, 值是SimSun)
-
2007-09-14
urxvt 字体设置 - [字体相关]
URxvt.font:6x13,-misc-simsun-medium-r-normal-*-12-*-*-*-*-*-gb*-*,xft:batang:size=12
URxvt.boldFont:6x13bold,xft:wenquanyi bitmap song:bold:pixelsize=12:antialias=False -
2007-09-04
解决 freemind 乱码 - [字体相关]
把系统中文字体 链接到
/opt/java/jre/lib/fonts/fallback
下面 并创建 fonts.dir 文件 就可以了
-
$qtconfig
出现 QT configuration
选择Fonts页
修改Default Font
Family:SimSun
Style:Normal
Point Size:12
更改Font Substitution
Select or Enter a Family :Helvetica
在Select sunstitute Family:中选择SimSun然后使用Add增加
Select or Enter a Family :宋体(输入,可能体显示不出来)
在Select sunstitute Family:中选择SimSun然后使用Add增加
选择Interface页
XIM Input Style:Off The Spot
-
2007-08-30
找不到 helvetica 的原因。。 - [字体相关]
没有安装 75api 和 100api
pacman -S xorg-fonts-75dpi
pacman -S xorg-fonts-100dpi -
2007-08-06
贴一下 arch下的中文设置 - [字体相关]
<?xml version="1.0"?>
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
<!-- WenQuanYi Bitmap Font for CJK users -->
<fontconfig>
<!--
default settings for all fonts.
-->......
-
2007-07-26
fluxbox 菜单乱码 - [字体相关]
解决方案:
http://lnote.blogbus.com/files/11854159530.bz2
下载这个文件 解压后 覆盖 /usr/share/fluxbox/nls/zh_CN.UTF-8 下的那个文件
因为源文件的编码有问题
详情见
http://www.linuxsir.org/bbs/showthread.php?t=267435







