Displaying 20 results from an estimated 10000 matches similar to: "Unable to install Chinese encoding package GBK"
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
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?
2015 Sep 29
0
CentOS 7 Chinese font support (Ashish Yadav)
Hello, I tried but not exists with the following non-exist error. Please
advise. Thanks.
# yum groupinstall "Chinese Support"
Failed to set locale, defaulting to C
Loaded plugins: fastestmirror, langpacks
There is no installed groups file.
Maybe run: yum groups mark convert (see man yum)
base
| 3.6 kB 00:00:00
extras
| 3.4 kB 00:00:00
updates
| 3.4 kB 00:00:00
Loading
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
2015 Sep 29
0
CentOS 7 Chinese font support
Hi,
On Tue, Sep 29, 2015 at 4:56 PM, Eric Dong <eric.dongxx at gmail.com> wrote:
> 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
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.out /usr/share/locale/zh_CN.eucCN/LC_CTYPE
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
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
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
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:
2009 Aug 10
1
Is there a console tool to monitor&control&log¬ify the print queue information?
I setup a central Fedora 11 printer server in a big office for 80+ windows
clients due to the max 10 connections limitation of windows 2000/xp. 2
physical printers are connected to the server, and I configured 3 CUPS
printers(1 printer with 2 different printer drivers) in Fedora 11.
Is there a console tool to
1. Monitor the print queue(s) in real-time like windows system? A history
windows hold
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
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
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
2011 Nov 08
2
CentOS 6 yum Groupinstall vs Manual install
Gentlemen,
I have a question regarding yum groupinstall vs just using yum install.
I have been reading tutorials online (for example how to run a Centos
LAMP). Most of the tutorials have examples to install httpd, mysql, etc
using yum install httpd....
The reason for this e-mail is that I noticed in yum grouplist that there
is an option to install Web Server, MySQL database server, etc.
2015 Apr 27
3
Find installed yum groups?
Is there an 'after the fact' way to find what yum groups are
installed, including ones that were added with 'yum groupinstall'
instead of the initial anaconda install?
--
Les Mikesell
lesmikesell at gmail.com
2006 Apr 01
1
yum install x windows?
Hi
On a laptop that currently has 4.3 but no X is it possible to do a yum
install x windows ? Or similar command to get X and Audio installed?
thanks
2015 Feb 27
5
Package group "X Window System" has disappeared
Hi,
Until last week, I could install a CentOS 7 based desktop using the
following approach:
1. Install minimal system.
2. yum groupinstall "X Window System"
3. yum install gdm gnome-classic-session gnome-terminal liberation-fonts
4. Install applications as needed.
This morning, the package group "X Window System" seems to have
disappeared. This is embarrassing.
What
2008 Apr 01
4
How to find available groups for installation via yum ?
Hi All,
Short description of the problem:
- I would like to install the complete 'xfce' desktop on CentOS5.x
I've tried:
yum groupinstall xfce
yum groupinstall xfce4
yum groupinstall xfce*
yum groupinstall xfce4*
yum groupinstall xfce4.2
yum groupinstall xfce4.1
yum groupinstall xfce4.3
yum groupinstall xfce4.4
yum groupinstall xfce4.4.2
....
etc
etc
...
nothing worked
then I've
2008 Oct 29
7
Package and log in puppet
Hi all,
my name is Arnau Bria and I''m a sys admin in a center where we
must deal with hundred hosts. We''re currently working with quattor,
but it''s too complex for our purposes, so I''m looking for new admin
tool.
I''ve been playing with CFengine for few days (2 or 3) and I''ve seen
some limitations that makes me thing that CFE is not our