search for: zh_cn

Displaying 20 results from an estimated 186 matches for "zh_cn".

2008 Sep 09
2
Problem of "sort" utf8 file.
...8 file. On Ubuntu, it is OK. But on CentOS, it WRONG. I google this problem and it seems that's because of LC_COLLATE. So I change "/etc/sysconfig/i18n" on CentOS and now the 2 have the same LC_** like this: CentOS: ============================= [root at localhost ~]# locale LANG=zh_CN.UTF-8 LC_CTYPE=zh_CN.UTF-8 LC_NUMERIC="zh_CN.UTF-8" LC_TIME="zh_CN.UTF-8" LC_COLLATE=zh_CN.UTF-8 LC_MONETARY="zh_CN.UTF-8" LC_MESSAGES="zh_CN.UTF-8" LC_PAPER="zh_CN.UTF-8" LC_NAME="zh_CN.UTF-8" LC_ADDRESS="zh_CN.UTF-8" LC_TELEPHO...
2006 Sep 11
1
can't copy file.
...ministrator //192.168.10.27/cvs /mnt/windows and try to copy file from /mnt/windows to my local disk. but if came to file with chinese name it always told me "cp: can't creat normal file , invalid argument." by the way i can see the file name (in chinese), and here is my locale: LANG=zh_CN LC_CTYPE="zh_CN" LC_NUMERIC="zh_CN" LC_TIME="zh_CN" LC_COLLATE="zh_CN" LC_MONETARY="zh_CN" LC_MESSAGES="zh_CN" LC_PAPER="zh_CN" LC_NAME="zh_CN" LC_ADDRESS="zh_CN" LC_TELEPHONE="zh_CN" LC_MEASUREMENT=...
2003 Nov 04
2
4-STABLE b0rked in share/locale/zh_CN.GBK
Murray, Your commits earlier this evening to zh_CN.GB18030 fixed that -STABLE breakage, but zh_CN.GBK appears still to be missing, which causes 'make installworld' to fail. Can you please fix this as well? install -m 644 -o root -g wheel uk_UA.KOI8-U.out /usr/share/locale/uk_UA.KOI8-U/LC_CTYPE install -m 644 -o root -g wheel zh_CN.eucCN...
2008 Jan 03
3
how to use "link_to" to deliver a parameter?
Hello, there: I wish A link to invoke such a action together with the parameter "zh_CN" "cookies/switch_language/zh_CH" to switch language sellection, and I use the following code: <%= link_to ''Chinese'', :controller => ''cookies'', :action => ''switch_lang'' %> But, how is "link_to" able to con...
2006 May 08
4
Gettext not worked in firefox,but done well under IE
Anyone who has met such a kind of problem? I am adding i18n characteristics to my webapp using gettext,it works under IE,while not under firefox. here is my codes: po: po\zh_CN\myapp.po after rake makemo, i have got: locale\zh_CN\LC_MESSAGES\myapp.mo require ''gettext/rails'' class ApplicationController < ActionController::Base init_gettext "myapp" end Then I use the following to have a test in the application.rhtml <%= local %> <...
2006 Sep 08
0
can't copy file with chinese name.
i mount a windows share like this: mount -t smbfs -o iocharset=gb2312,codepage=936,username=administrator //192.168.10.27/cvs /mnt/windows and try to copy file from /mnt/windows . but it always told me "cp: con't creat normal file , invalid argument." and here is my locale: LANG=zh_CN LC_CTYPE="zh_CN" LC_NUMERIC="zh_CN" LC_TIME="zh_CN" LC_COLLATE="zh_CN" LC_MONETARY="zh_CN" LC_MESSAGES="zh_CN" LC_PAPER="zh_CN" LC_NAME="zh_CN" LC_ADDRESS="zh_CN" LC_TELEPHONE="zh_CN" LC_MEASUREMENT=...
2009 May 29
1
GTK Tooltips under Linux
...work under Linux. Any hints? Thanks. library(RGtk2) b<-gtkButtonNewWithLabel("OK") gtkTooltips()$setTip(b,"Memo for a Button.") gw <- gtkWindow(show=F) gw$Add(b) gw$Show() > sessionInfo() R version 2.8.0 Patched (2008-12-10 r47137) i686-pc-linux-gnu locale: LC_CTYPE=zh_CN.UTF-8;LC_NUMERIC=C;LC_TIME=zh_CN.UTF-8;LC_COLLATE=zh_CN.UTF-8;LC_MONETARY=C;LC_MESSAGES=C;LC_PAPER=zh_CN.UTF-8;LC_NAME=C;LC_ADDRESS=C;LC_TELEPHONE=C;LC_MEASUREMENT=zh_CN.UTF-8;LC_IDENTIFICATION=C attached base packages: [1] stats graphics grDevices utils datasets methods base other at...
2011 Jun 05
1
another missing link in febootstrap; failing tests for libguestfs
...hing I'll be looking at are the following failed libguestfs tests: test-getlogin_r.c:42: assertion failed /bin/bash: line 5: 18338 Aborted EXEEXT='' srcdir='.' LOCALE_FR='fr_FR' LOCALE_FR_UTF8='fr_FR.UTF-8' LOCALE_JA='ja_JP.EUC-JP' LOCALE_ZH_CN='zh_CN.GB18030' LOCALE_FR_UTF8='fr_FR.UTF-8' LOCALE_FR='fr_FR' LOCALE_FR_UTF8='fr_FR.UTF-8' LOCALE_JA='ja_JP.EUC-JP' LOCALE_ZH_CN='zh_CN.GB18030' MAKE='make' ${dir}$tst FAIL: test-getlogin_r test-readlink.h:41: assertion failed /bin/bash: lin...
2017 Aug 01
6
[PATCH v2 0/3] common: Add a lightweight OCaml binding for PCRE.
v2: - Change the OCaml code in the daemon to use PCRE instead of Str. - Call pcre_compile2 so we can capture the error code on failure. - Extend the test suite. - Some other cleanups, but very minor. Rich.
2008 Jul 03
2
what can we do when R gives no response
...it takes a very long time but still output nothing so I just close the session window. my question is is there any method that I can see the running status of a R program or what can I do if R gives no response??? thank you in advance. here is my sessionInfo i386-apple-darwin8.10.1 locale: zh_CN.UTF-8/zh_CN.UTF-8/C/C/zh_CN.UTF-8/zh_CN.UTF-8 attached base packages: [1] stats graphics grDevices utils datasets methods base other attached packages: [1] mclust_3.1-5 x <- rnbinom(100, mu = 10, size = 10) hdev <- function(par) { -sum(dnbinom(x, mu = par[1], size = par[2],...
2011 Aug 13
3
Japanese and Korean Fonts inside Wine.
I installed Ubuntu in English. How now, "Wine" to force to show the Korean (Hangeul) and Japanese (Hiragana/Katakana/kanji) fonts?.
2013 Apr 26
0
Input Chinese characters not correctly echoed in ESS
I had this weird encoding issue for my Emacs and R environment. Display of Chinese characters are all good with my .Rprofile setting Sys.setlocale("LC_ALL","zh_CN.utf-8"); except the echo of input ones. > linkTexts[5] font "使用帮助" > functionNotExist() 错误: 没有"functionNotExist"这个函数 > fire <- "你好" > fire [1] " " As we can see, Chinese characters contained in the...
2011 Aug 17
0
Re: MSHTML does not work in zh_CN.utf-8 locale
What the reasons for the mshtml. dll causing constant crash on Vista in IE Beta Application 8. 0. 6001? And how can it be overcome? Thanks in advance. Regards, Tom
2008 Nov 17
0
Error while running virt-install
...OTES-U4-ko.html isolinux               RELEASE-NOTES-ru.html        RELEASE-NOTES-U2-ru.html     RELEASE-NOTES-U4-pa.html README-bn.html         RELEASE-NOTES-ta.html        RELEASE-NOTES-U2-ta.html     RELEASE-NOTES-U4-pt_BR.html README-de.html         RELEASE-NOTES-U1-bn.html     RELEASE-NOTES-U2-zh_CN.html  RELEASE-NOTES-U4-ru.html README-en              RELEASE-NOTES-U1-de.html     RELEASE-NOTES-U2-zh_TW.html  RELEASE-NOTES-U4-ta.html README-en.html         RELEASE-NOTES-U1-en          RELEASE-NOTES-U3-bn.html     RELEASE-NOTES-U4-zh_CN.html README-es.html         RELEASE-NOTES-U1-en.html     R...
2008 Nov 18
0
Fw: Error while running virt-install
...OTES-U4-ko.html isolinux               RELEASE-NOTES-ru.html        RELEASE-NOTES-U2-ru.html     RELEASE-NOTES-U4-pa.html README-bn.html         RELEASE-NOTES-ta.html        RELEASE-NOTES-U2-ta.html     RELEASE-NOTES-U4-pt_BR.html README-de.html         RELEASE-NOTES-U1-bn.html     RELEASE-NOTES-U2-zh_CN.html  RELEASE-NOTES-U4-ru.html README-en              RELEASE-NOTES-U1-de.html     RELEASE-NOTES-U2-zh_TW.html  RELEASE-NOTES-U4-ta.html README-en.html         RELEASE-NOTES-U1-en          RELEASE-NOTES-U3-bn.html     RELEASE-NOTES-U4-zh_CN.html README-es.html         RELEASE-NOTES-U1-en.html     R...
2016 Oct 24
0
[PATCH v3 34/37] docs: fix locations of several documents that got moved
...virtual/kvm/review-checklist.txt | 4 +- Documentation/vm/numa | 2 +- .../watchdog/convert_drivers_to_kernel_api.txt | 2 +- Documentation/watchdog/watchdog-parameters.txt | 2 +- Documentation/x86/boot.txt | 2 +- Documentation/zh_CN/CodingStyle | 6 +-- Documentation/zh_CN/HOWTO | 30 ++++++------ Documentation/zh_CN/SecurityBugs | 6 +-- Documentation/zh_CN/SubmittingDrivers | 12 ++--- Documentation/zh_CN/SubmittingPatches | 14 +++---...
2016 Oct 24
0
[PATCH v3 34/37] docs: fix locations of several documents that got moved
...virtual/kvm/review-checklist.txt | 4 +- Documentation/vm/numa | 2 +- .../watchdog/convert_drivers_to_kernel_api.txt | 2 +- Documentation/watchdog/watchdog-parameters.txt | 2 +- Documentation/x86/boot.txt | 2 +- Documentation/zh_CN/CodingStyle | 6 +-- Documentation/zh_CN/HOWTO | 30 ++++++------ Documentation/zh_CN/SecurityBugs | 6 +-- Documentation/zh_CN/SubmittingDrivers | 12 ++--- Documentation/zh_CN/SubmittingPatches | 14 +++---...
2020 Aug 13
2
[PATCH] po-docs: turn language list into LINGUAS file
...+++++------- 2 files changed, 17 insertions(+), 7 deletions(-) create mode 100644 po-docs/LINGUAS diff --git a/po-docs/LINGUAS b/po-docs/LINGUAS new file mode 100644 index 000000000..85b7927a3 --- /dev/null +++ b/po-docs/LINGUAS @@ -0,0 +1,12 @@ +cs +de +en_GB +es +eu +fr +ja +nl +pt_BR +tg +uk +zh_CN diff --git a/po-docs/Makefile.am b/po-docs/Makefile.am index 028fbbcea..ed21cb152 100644 --- a/po-docs/Makefile.am +++ b/po-docs/Makefile.am @@ -21,25 +21,23 @@ include $(top_srcdir)/subdir-rules.mk # into the po/ directory and the translations into the usual # libguestfs.pot file. -# Languages...
2007 Oct 22
1
0.9.47 Tahoma Font Regression?
...that it caused the following anomaly on my system (if it is caused by other problem, pls do prompt me too): I has been able to render Chinese characters in some Window-based non-Unicode applications (e.g., uTorrent) with the following locale settings: export LANG= export LC_ALL= export LC_CTYPE=zh_CN.UTF-8 export LC_COLLATE=zh_CN.gb18030 Though the fonts were not as beautiful as I could get from Ubuntu natively, they were pretty much usable. After upgrading to 0.9.47 (both using prebuilt Ubuntu binary and one that I built from source), all the Chinese characters were turned into colons ('...
2016 Oct 18
2
[PATCH v2 34/37] docs: fix locations of several documents that got moved
...virtual/kvm/review-checklist.txt | 4 +- Documentation/vm/numa | 2 +- .../watchdog/convert_drivers_to_kernel_api.txt | 2 +- Documentation/watchdog/watchdog-parameters.txt | 2 +- Documentation/x86/boot.txt | 2 +- Documentation/zh_CN/CodingStyle | 6 +-- Documentation/zh_CN/HOWTO | 30 ++++++------ Documentation/zh_CN/SecurityBugs | 6 +-- Documentation/zh_CN/SubmittingDrivers | 12 ++--- Documentation/zh_CN/SubmittingPatches | 14 +++---...