similar to: Inputting Chinese Characters

Displaying 20 results from an estimated 20000 matches similar to: "Inputting Chinese Characters"

2017 Jul 17
2
Installing support for Chinese text in Centos 7
On 07/17/2017 05:54 AM, Scott Robbins wrote: > On Sun, Jul 16, 2017 at 11:23:08PM -0400, H wrote: >> On 05/27/2017 10:15 PM, H wrote: >>>> >>>> On 4/2/2017 11:27 AM, H wrote: >>>>> Thank you, I just discovered your post. I just installed fcitx-pinyin to try out. >>>>> >>>>>>> These days, I use fcitx-anthy on CentOS
2017 May 28
0
Installing support for Chinese text in Centos 7
On 04/07/2017 10:12 AM, H wrote: > I installed fcitx-pinyn, and its dependencies, and I now have ZH as a choice but have not been able to type pinyin and get a list of Chinese characters to choose among like I could on CentOS 6. Does anyone have it working? > > > On 4/2/2017 11:27 AM, H wrote: >> Thank you, I just discovered your post. I just installed fcitx-pinyin to try out.
2017 Apr 07
2
Installing support for Chinese text in Centos 7
I installed fcitx-pinyn, and its dependencies, and I now have ZH as a choice but have not been able to type pinyin and get a list of Chinese characters to choose among like I could on CentOS 6. Does anyone have it working? On 4/2/2017 11:27 AM, H wrote: > Thank you, I just discovered your post. I just installed fcitx-pinyin to try out. > > On 02/25/2017 09:04 PM, Scott Robbins wrote:
2017 Apr 02
0
Installing support for Chinese text in Centos 7
Thank you, I just discovered your post. I just installed fcitx-pinyin to try out. On 02/25/2017 09:04 PM, Scott Robbins wrote: > On Sat, Feb 25, 2017 at 08:51:41PM -0500, Scott Robbins wrote: >> On Sat, Feb 25, 2017 at 08:42:43PM -0500, H wrote: >>> I have just done a minimal installation of Centos7 followed by X Windows and the Mate desktop on a workstation. Although the
2017 Feb 26
2
Installing support for Chinese text in Centos 7
On Sat, Feb 25, 2017 at 08:51:41PM -0500, Scott Robbins wrote: > On Sat, Feb 25, 2017 at 08:42:43PM -0500, H wrote: > > I have just done a minimal installation of Centos7 followed by X Windows and the Mate desktop on a workstation. Although the default language is English, I would like to be able to write Chinese text in various applications. > > > > I seem to remember this
2017 Jul 17
0
Installing support for Chinese text in Centos 7
On Sun, Jul 16, 2017 at 11:23:08PM -0400, H wrote: > On 05/27/2017 10:15 PM, H wrote: > > > > > > > > > On 4/2/2017 11:27 AM, H wrote: > > > > Thank you, I just discovered your post. I just installed fcitx-pinyin to try out. > > > > > > > > > > > > > > > > These days, I use fcitx-anthy on CentOS (which
2017 Jul 17
6
Installing support for Chinese text in Centos 7
On 05/27/2017 10:15 PM, H wrote: > On 04/07/2017 10:12 AM, H wrote: >> I installed fcitx-pinyn, and its dependencies, and I now have ZH as a choice but have not been able to type pinyin and get a list of Chinese characters to choose among like I could on CentOS 6. Does anyone have it working? >> >> >> On 4/2/2017 11:27 AM, H wrote: >>> Thank you, I just
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
2017 Jul 17
0
Installing support for Chinese text in Centos 7
On Mon, Jul 17, 2017 at 10:19:03AM -0400, H wrote: > On 07/17/2017 05:54 AM, Scott Robbins wrote: > > On Sun, Jul 16, 2017 at 11:23:08PM -0400, H wrote: > > > On 05/27/2017 10:15 PM, H wrote: > > > > > > > > > > > > > > By the way, LibreOffice seems to have a couple of Chinese fonts installed, I am not sure I need to install
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
2017 Feb 26
2
Installing support for Chinese text in Centos 7
I have just done a minimal installation of Centos7 followed by X Windows and the Mate desktop on a workstation. Although the default language is English, I would like to be able to write Chinese text in various applications. I seem to remember this was very easy to do in Centos 6 and Gnome: possibly only requiring only a simple 'yum groupinstall "Chinese Support"' after which I
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,
2017 Feb 26
0
Installing support for Chinese text in Centos 7
On Sat, Feb 25, 2017 at 08:42:43PM -0500, H wrote: > I have just done a minimal installation of Centos7 followed by X Windows and the Mate desktop on a workstation. Although the default language is English, I would like to be able to write Chinese text in various applications. > > I seem to remember this was very easy to do in Centos 6 and Gnome: possibly only requiring only a simple
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
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 <- "你好" >
2010 Jul 01
0
Modified version of Linux Deepin 9.12.1 released
Deepin 9.12.1 revised version is 9.12 official version of security update, Bugs correction and compatibility increase. Revised version of iso can be downloaded here. If you have already installed Deepin 9.12 full version, it does not need to reinstall, but only need to execute the following command in a terminal: sudo apt-get update sudo apt-mbt shoes sale (http://www.keepbrands.com/) get
2017 Jul 18
0
Installing support for Chinese text in Centos 7
On Sun, Jul 16, 2017 at 11:23:08PM -0400, H wrote: > After leaving this along for several weeks I made another attempt at > trying to get fcitx up and running on CentOS 7 and the Mate > desktop. I discovered that there is a diagnostic tool, > fcitx-diagnose, that provided some additional information. > > One of the missing programs was the fcitx-configtool that lacked the >
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,
2017 Jul 17
0
Installing support for Chinese text in Centos 7
On Sun, Jul 16, 2017 at 11:23:08PM -0400, H wrote: > > After leaving this along for several weeks I made another attempt at trying to get fcitx up and running on CentOS 7 and the Mate desktop. I discovered that there is a diagnostic tool, fcitx-diagnose, that provided some additional information. > > One of the missing programs was the fcitx-configtool that lacked the GUI part and
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