similar to: How to switch label font from Chinese to English

Displaying 20 results from an estimated 10000 matches similar to: "How to switch label font from Chinese to English"

2010 Nov 24
4
R encoding question
Hi, I am using RpgSQL to retrieve data from a PostgreSQL database wich is with encoding UTF8, and I have some Chinese character in one of the columns, unfortunately R can't show it correctly. > df <- dbGetQuery(con, "select * from test") > df a b 1 1 ????????\xa2 2 2 ???? EURO\xa1 I see the following option, do I need to change the encoding option to show
2008 Aug 26
1
Chinese Font Display Problem in WINE
Hi all, I'm having this problem in applications running in WINE, including the native notepad: The menu text are shown properly in Chinese. I can type and read Chinese in the application. But all the buttons, dropdown lists, etc. are not showing Chinese fonts properly (all became blank squares). I'm attaching a screen shot to better explain the situation. The command line I used to
2006 Jun 04
3
Chinese fonts not displayed properly
Hi, I've got Chinese Windows application that appears to have a problem with Chinese fonts under wine (emulating Windows 98). It's available from here: http://www.gtjadzh.com/ (download starts automatically after some seconds, filename is setup_dzh5_fuyi.exe. When running "wine setup_dzh5_fuyi.exe" from a console, I get get to see a window full of garbage characters (see
2011 Apr 21
2
Chinese segmentation
hello, I have finished reading the papers, and i think it is time to design my project. First step will be determine the input characters are Chinese. i see the past post that cjk-tokenizer is just dealing with UTF-8 and unicode, but i see some other code system such as gbk and big5. i am wondering that should i just deal with UTF-8 and unicode?
2018 Apr 28
2
[Bug report] Chinese characters are not handled correctly in Rterm for Windows
Hi Tomas, Sorry for the delayed response. I have tested the problem on the latest R-devel build (2018-04-27 r74651), and it still exists. RGui is always fine with Chinese characters, but some IDEs rely on the CLI version of R (e.g. Visual Studio Code with R plugin). >Your example print("ABC\u4f60\u597dDEF") is printing two Chinese characters, right? Yes. U+4F60, U+597D or C4E3,
2007 Oct 22
1
0.9.47 Tahoma Font Regression?
-----BEGIN PGP SIGNED MESSAGE----- Hash: RIPEMD160 Hi, - From the Release Notes, I can see that there has been a change regarding new Tahoma font. So I'm suspecting 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
2005 Oct 08
1
Adding (belatedly) Chinese fonts
I have a couple of English language systems that are soon going to have to be able to display Chinese web content. I searched the repositories and wasn't sure exactly which packages ought to be installed to make this work properly. The systems are CentOS 4 w/Gnome. I figured I'd ask here before I just dive in and break things. 8-) Any suggestions would be greatly appreciated.
2008 Sep 09
2
Problem of "sort" utf8 file.
Hi all, I have 2 linux distro ?? ubuntu and centos. My problem is that the sort command has different behavior when sorting Chinese string encoded in utf8 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:
2013 Mar 13
1
Change the Chinese/English fonts in the Lattice graphic package
Hi, I am graphing with the following command in the Lattice and LatticeExtra package xyplot(xts,lty=c(1,2),col=c("blue","red"),type=c("l","g"),par.settings = list(layout.heights = list(panel = c(2, 2))), aspect="xy",xlab="",ylab="%", key=key1,screen=list(a,a,b,b,c,c,d,d), layout=c(2,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?.
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 convey
2010 Oct 08
4
Bug in as.POSIXct regarding AM/PM
Dear All, I encounted in a problem with as.POSIXct() function. > as.POSIXct("2009/03/26 01:00:00 AM" , format="%Y/%m/%d %I:%M:%S %p") [1] NA > as.POSIXct("2009/03/26 02:00:00 PM" , format="%Y/%m/%d %I:%M:%S %p") [1] NA I have tried this in the R version 2.11.1, R version 2.10.1 and R version 2.9.2 . They all does not work. The operation system is
2006 Sep 11
1
can't copy file.
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 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
2019 Sep 13
2
Printing chinese characters (UTF-8) on R 3.5.2 -windows 10
On Fri, Sep 13, 2019 at 11:53 AM Tomas Kalibera <tomas.kalibera at gmail.com> wrote: > On 9/13/19 11:37 AM, IAGO GIN? V?ZQUEZ wrote: > > But if I type > > >"?" > > the output is > > [1] "?" > > so seemingly it can be represented. Or, am I wrong? > > In RGui you can print the string, because RGui is a Windows Unicode >
2015 Sep 29
3
CentOS 7 Chinese font support
Hello, I have installed CentOS7 and found some of the Chinese html web pages hosted on the CentOS machine cannot display normally. "yum grouplist" cannot find the Chinese support, not quite sure if the Chinese font package is included or somewhere else? Can please help suggest how to install the Chinese fonts? Thanks. Regards, Eric
2006 Feb 03
2
can asterisk to say chinese like say english
this is not just playback recorded voice. this is let asterisk say chinese. how to do this. there have any ideas? -- Jeffery iaxtel Num: 1-700-576-1311 fwdnet Num: 728150
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 <- "你好" >
2014 Jul 28
1
Parsing and deparsing of escaped unicode characters
In both R and JSON (and many other languages), unicode characters can be escaped using a backslash followed by a lowercase "u" and a 4 digit hex code. However when deparsing a character vector in R on Windows, the non-latin characters get escaped as "<U+" followed by their 4 digit hex code and ">": > x <- "I like \u5BFF\u53F8" > cat(x) I like
2017 Jun 27
3
Windows iconv() "failure" in certain locales
This is a continuation of the R-devel thread with subject "suggestion to fix packageDescription() for Windows users" : As I said there, a patch should rather address the underlying problem in packageDescription rather than a kludgy workaround patch for citation(). (For that same reason, Ben Marwick proposed to fix packageDescription() rather than the symptom seen in citation().)
2006 Oct 05
1
Bug in 2.4.0 Windows menu setup (PR#9277)
I've tracked down where this is occurring, but I don't know how to fix it. Here's a summary: If the language in Windows is set to simplified Chinese (i.e. Chinese (PRC)) and message translations are installed, then on startup Rgui crashes when it tries to install the console popup menu. The crash comes when it gets an error trying to do a conversion using mbrtowc, and tries to