b******d 发帖数: 2 | 1 Google了一下,没发现solution。这里有没有人知道呢?谢了先。 | D****y 发帖数: 24 | 2 I use rxvt, that is how I get Chinese work under cygwin:
when run rxvt, use:
C:\cygwin\bin\rxvt.exe -fn 10x20 -sr -sl 256 -e bash --login -i
If Chinese cannot display correctly, use:
C:\cygwin\bin\rxvt.exe -fn NSimSun-24 -sr -sl 256 -e bash --login -i
or
C:\cygwin\bin\rxvt.exe -fn MingLiu-24 -sr -sl 256 -e bash --login -i
if you already set windows locale to Chinese, the rxvt can support Chinese
now.
to input chinese, (only work under bash)
add the following to .
【在 b******d 的大作中提到】 : Google了一下,没发现solution。这里有没有人知道呢?谢了先。
| b******d 发帖数: 2 | |
|