similar to: Chinese characters scramble after a while

Displaying 20 results from an estimated 10000 matches similar to: "Chinese characters scramble after a while"

2018 Apr 05
0
[Bug report] Chinese characters are not handled correctly in Rterm for Windows
Thank you for the report and initial debugging. I am not sure what is going wrong, we may have to rely on your help to debug this (I do not have a system to reproduce on). A user-targeted advice would be to use RGui (Rgui.exe). Does the problem also exist in R-devel? https://cran.r-project.org/bin/windows/base/rdevel.html Your example? print("ABC\u4f60\u597dDEF") is printing two
2007 Nov 14
1
wine-0.9.49 in Kubuntu Gutsy Couldn't Display Chinese Characters Properly
Please see the attached screenshot. Notice that I could make notepad show the contents of a file in Chinese after changing the default font in notepad. I could see the Chinese filename in the window decoration title. But in the "open" dialog," I couldn't read the Chinese filename (each Chinese character was shown as '<') In fact, I fact similar problem (Chinese
2008 Dec 31
1
Chinese characters encoding problem with XML
XML is a good tool reading data from web within R. But I wonder how could get the encoding correctly. library(XML) url <- 'http://www.szitic.com/docc/jz-lmzq.html' xml <- htmlTreeParse(url, useInternal=TRUE) q <- "//tbody/tr/td" dat <- unlist(xpathApply(xml, q, xmlValue)) df <- as.data.frame(t(matrix(dat, 4))) dt<-as.character(df[15,1]) The first column of df
2011 Feb 09
0
[R-SIG-Mac] Plotting Chinese characters
Alberto, you simply need a font that has those characters. For example on 10.6 this works: plot.new(); plot.window(0:1,0:1); text(0.5,0.5,"??",cex=10,family="Hei") You may want to check your system for fonts that you can use (those that have chinese characters when you click on them in Font Book). There are a lot of fonts that work like STSong, STFangsong, LiSong Pro,
2019 Sep 13
0
Printing chinese characters (UTF-8) on R 3.5.2 -windows 10
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 application (uses UTF16-LE and bypasses the C runtime for strings). But it is just the gui, R itself (and hence also packages) use the current
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 <- "你好" >
2018 May 04
0
[Bug report] Chinese characters are not handled correctly in Rterm for Windows
Thanks for the update. I believe I've fixed a part of the problem you have reported, the crash while entering Chinese characters to the console (e.g. via Pinyin, the error message about invalid multibyte character in mbcs_get_next). The fix is in R-devel 74693 - Windows function ReadConsoleInputA no longer works with multibyte characters (it is not documented, probably a Windows bug,
2011 Feb 08
1
Plotting Chinese characters
Hi, I have read some of the documentation relative to character encodings and non-standard fonts (including previous answered questions and the 2006-2 R issue), but I am still struggling with very basic plotting of Chinese text. I am using R for Mac OS X GUI 1.35-dev Leopard build 32-bit. I have a network, g, of Chinese characters (each node is a Chinese character) and I can handle it and
2019 Sep 13
0
Printing chinese characters (UTF-8) on R 3.5.2 -windows 10
On 9/13/19 1:33 PM, Ray Donnelly wrote: > On Fri, Sep 13, 2019 at 11:53 AM Tomas Kalibera > <tomas.kalibera at gmail.com <mailto: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
2017 Oct 12
2
can't print ggplot with Chinese characters to pdf files
I install the Chinese font "Kaiti TC" on my mac, but I can't print the figures to pdf file by "marrangeGrob" command, which is in the package "gridExtra". Error message after I type "ggsave(......)" (last line of the program): "Saving 7.47 x 5.15 in image Error in grid.Call.graphics(L_text, as.graphicsAnnot(x$label), x$x, x$y, : invalid font
2017 Oct 20
0
[FORGED] can't print ggplot with Chinese characters to pdf files
Hi, Following Paul's instruction, I have installed the Cairo. I tried to run the program, and there is no error message at all. I did see the Chinese title in the plot if I ask my RStudio to show the plot (if I type "p1"), but the pdf file shows the plots without the Chinese titles. library(ggplot2) library(gridExtra) df1<-data.frame(x=1:2, y=3:4, z=5:6) #p1<-ggplot(df1,
2018 Mar 08
2
[Bug report] Chinese characters are not handled correctly in Rterm for Windows
Hello everyone, I am new to R and I have experienced some bugs when using Rterm on Windows. Chinese characters in the console output are discarded by Rterm, and trying to type them into the console will crash the Rterm application. ---ENVIRONMENT--- Platform = x86_64-w64-mingw32 OS = Windows 10 Pro 1709 chs R version = 3.4.3 Active code page = 936 (Simplified Chinese) ---STEPS TO
2009 Jul 14
1
How to make Chinese characters to display in wine?
I use FreeBSD. Windows Firefox shows Chinese fine. But some simple windows programs just show black boxes instead. Is there a documentation anywhere explaining how to make Chinese fonts work? Yuri
2015 Mar 21
0
Inputting Chinese Characters
I am running Centos 6.6 US version and occasionally need to write emails and documents in Chinese using simplified characters. I have installed the ibus input system but do not find it very efficient having used the Google Pinyin keyboard on my Android phones and tablet. Which input system is recommended for writing Simplified Chinese? Hakan
2017 Oct 29
2
Incorrect characters in Chinese font
I frequently exchange e-mails, read and write documents and visit Chinese websites although the language of my computer is English. As I was translating a Chinese document yesterday, I had three characters I was not able to translate and after much hair-pulling realized to my surprise that they may be incorrectly drawn in Centos 7. These very characters in the same document were drawn correctly
2017 Oct 13
0
[FORGED] can't print ggplot with Chinese characters to pdf files
Thanks, Paul. Following your solution, I got this error message: Warning message: In cairo_pdf("test_plot_chinese.pdf") : failed to load cairo DLL Is there anything else I need to install? Thanks, John 2017-10-12 19:24 GMT-07:00 Paul Murrell <paul at stat.auckland.ac.nz>: > Hi > > Instead of ... > > ggsave("test_plot_chinese.pdf", m2) > > ...
2005 Jan 10
3
chinese characters
Hi, I am using SME server 6.0 which has samba preconfigured on it. We upgraded from MS Windows 2000 server. I am using the server in China and so many of the users wish to create files with Chinese characters in their names. File names with Chinese characters seem to cause all sorts of problems. They have trouble creating them, and files which are copied off backup (from the W2K system)
2006 Mar 24
6
Chinese characters in the title
Dear experts, In my application, Chinese characters work great in the body of the page. However, in the title, they appear as boxes instead of something like " ???????? ". I also noticed CNET having the same issue: http://www.cnetnews.com.cn/news/net/story/0,3800050307,39438403,00.htm So my question to experts here is that is it possible to show Chinese
2019 Sep 13
2
Printing chinese characters (UTF-8) on R 3.5.2 -windows 10
But if I type > "?" the output is [1] "?" so seemingly it can be represented. Or, am I wrong? Best Iago ________________________________ De: Tomas Kalibera <tomas.kalibera at gmail.com> Enviat el: divendres, 13 de setembre de 2019 11:24 Per a: IAGO GIN? V?ZQUEZ <i.gine at pssjd.org>; r-devel at r-project.org <r-devel at r-project.org> Tema: Re: [Rd]
2017 Oct 13
1
[FORGED] can't print ggplot with Chinese characters to pdf files
Hi Instead of ... ggsave("test_plot_chinese.pdf", m2) ... try ... cairo_pdf("test_plot_chinese.pdf") print(m2) dev.off() Paul On 13/10/17 02:12, John wrote: > I install the Chinese font "Kaiti TC" on my mac, but I can't print the > figures to pdf file by "marrangeGrob" command, which is in the package > "gridExtra". Error message