Displaying 20 results from an estimated 23 matches for "gbk".
Did you mean:
gb
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
install...
2015 Oct 05
1
Unable to install Chinese encoding package GBK
Hello,
I found it in CentOS 7, the "yum install "Chinese support" is not
available. And I need the Chinese simplified encoding with GBK support.
Could please suggest how should I install this package in Centos 7? Thanks
a lot.
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?
2012 Sep 04
0
get only little part of html with htmlParse
Here is my code.
there are three method to get text to be parded by htmlParse function.
1.file on mycomputer
options(encoding="gbk")
library(XML)
xmltext1 <- htmlParse("/home/tiger/Desktop/27174.htm" )
#/home/tiger/Desktop/27174.htm is the file of http://www.jb51.net/article/27174.htm downloaded on my computer.
2.url
options(encoding="gbk")
library(XML)
xmltext2 <- htmlParse("http:/...
2011 Apr 21
0
automatic font selection, please help
Hi there,
With the helps from this list, I can set specific CJK fonts for
character string using text() function. for example:
song <- CIDFont("SimSun", "GBK-EUC-H", "GBK", "")
postscriptFonts(song = song)
postscript("test.ps", height = 7, width =7, family = "Times", fonts =
c("song"), horizontal = FALSE, onefile = FALSE, paper = "special")
plot(1:10, xlab = "")
mtext("\...
2010 Jun 10
0
strange problem:no such file to load -- nokogiri on rails3
...=========
require ''rubygems''
require ''nokogiri''
require ''open-uri''
require "iconv"
url = "http://www.bugutang.com"
doc = Nokogiri::HTML(open(url))
doc.css("title").each do |c|
puts Iconv.iconv("GBK//IGNORE", "UTF-8//IGNORE", c.content)
end
============================
claw.rake
============================
desc "Fetch product "
task :claw => :environment do
require ''rubygems''
require ''nokogiri''
require ''open-uri'...
2006 Sep 11
1
can't copy file.
...uot;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="zh_CN"
LC_IDENTIFICATION="zh_CN"
LC_ALL=
i try all possible charset utf-8,gbk,cp936,or gb2312.
i have focus on this tow days,if i still can't solve this i will crazy.
thanks fro any help!
2006 Feb 09
1
How to set the default font set ?
...uot;
"Wine System Bold (TrueType)"="wine_system.ttf"
I expect SimSun for two-bytes chars but it gives KaiTi_GB2312 by the
order of the name of the fonts.
And I cannot change the keys, they will be back in next time by wine.
So,
How to set the default font for the locale zh_CN.GBK (00000804)?
How to set the default font sets sush as Tahoma for ascii and SimSun
for two-bytes chars simultaneously ?
2007 Jul 20
2
RSYNC Hung
...g constant grief. The
backups at these 2 sites are hanging during the RSYNC process at random
places. One of the two files cause the hang. We are running the
following command on the client to initiate the backup:
rsync.exe -v -rlt -z --delete
"/cygdrive/D/MT32/ddiBkRes/Backup/PHCCAMMT32.GBK"
"192.168.X.X::rsync//PHCCAMMT32.GBK"
When it hangs, If I kill the rsync process on the client it will attempt
the backup again. Usually a few retries and it will go through
successfully. The RSYNC client log just states "Syntax or usage
errorRsync.exe returned an error. Wil...
2009 May 12
1
times family unavailable in postscript device (Ubuntu Linux)
...g
[1] "CP950"
$pdfresource
[1] ""
attr(,"class")
[1] "CIDFont"
$GB1
$family
[1] "BousungEG-Light-GB"
$metrics
[1] "" "" "" "" "Symbol.afm"
$cmap
[1] "GBK-EUC-H"
$cmapEncoding
[1] "GBK"
$pdfresource
[1] ""
attr(,"class")
[1] "CIDFont"
$CMitalic
$family
[1] "ComputerModern2"
$metrics
[1] "CM_regular_10.afm" "CM_boldx_10.afm" "cmti10.afm"
[4] "cmbxti10.afm&...
2009 Aug 10
1
Is there a console tool to monitor&control&log¬ify the print queue information?
...s, all I know is: there's an
open source project named zhCon to deal the display/input of
Chinese/Japanese/Korean characters in text console mode. And the encoding of
zhCon may be different to the linux system (I mean, the linux system may
have LANG=en_US.UTF-8, but zhCon may working with zh_CN.GBK), so the
encoding can be configurable.
:working:
If there's no such a tool, can anybody guide me how to get these print queue
information from Samba?
Any hint will be appreciated! :)
--
View this message in context: http://www.nabble.com/Is-there-a-console-tool-to-monitor-control-log-notify-...
2009 Jul 12
3
Installing mysql with macports
...c -d
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... yes
checking "character sets"... default: latin1, collation:
latin1_swedish_ci; compiled in: latin1 latin1 utf8 big5 cp1250 cp932
eucjpms euckr gb2312 gbk latin1 latin2 sjis tis620 ucs2 ujis utf8
checking whether to compile national Unicode collations... yes
checking whether build environment is sane... yes
checking whether make sets $(MAKE)... (cached) yes
checking for gawk... (cached) awk
checking for gcc... /usr/bin/gcc-4.0
checking for C compiler...
2018 Mar 08
2
[Bug report] Chinese characters are not handled correctly in Rterm for Windows
...69, 0x00007ffe2d1aea40 ) //'E'
fputc ( 70, 0x00007ffe2d1aea40 ) //'F'
fputc ( 34, 0x00007ffe2d1aea40 ) //'\"'
//fflush ( 0x00007ffe2d1aea40 )
fputc ( 10, 0x00007ffe2d1aea40 ) //'\n'
{196, 227, 186, 195} or {C4 E3 BA C3} is multi-byte-encoded "???" in GBK (Code page 936).
These calls failed with a Windows error code 28 (No space left on device), while the subsequent
calls to fputc succeeded.
Then I used C++ to implement a terminal front-end with REmbedded facilities. R outputs were
simply printf-ed to stdout. Everything worked as expected:
Initial...
2009 Jan 05
0
will it break the system files?
Hi,all,i seted the encoding of vim in order to display chinese
well.Because when i opened source files programed by myslfe,the chinese
can't display well.My locale is zh_CN.UTF-8,here is the contents of .vimrc:
let &termencoding=&encoding
set fileencodings=utf-8,gbk,ucs-bom,cp936
After this ,will it break the system files when i edit the system files
by vim?
2006 Sep 08
0
can't copy file with chinese name.
...uot;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="zh_CN"
LC_IDENTIFICATION="zh_CN"
LC_ALL=
i try all possible charset utf-8,gbk,cp936,or gb2312.
i have focus on this tow days,if i still can't solve this i will crazy.
thanks fro any help!
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?.
2006 Feb 09
0
How to set the default font set from the fonts of system.reg?
...uot;
"Wine System Bold (TrueType)"="wine_system.ttf"
I expect SimSun for two-bytes chars but it gives KaiTi_GB2312 by the
order of the name of the fonts.
And I cannot change the keys, they will be back in next time by wine.
So,
How to set the default font for the locale zh_CN.GBK (00000804)?
How to set the default font sets sush as Tahoma for ascii and SimSun
for two-bytes chars simultaneously ?
2007 Apr 24
0
new version of seqinR
...(), used to extract breakpoints in
rearranged
nucleotide skews. This function uses the segmented package to define the
position of the breakpoints.
o New function draw.rearranged.oriloc() available, to plot nucleotide skews
on artificially rearranged prokaryotic chromosomes.
o New function gbk2g2.euk() available. Similarly to gbk2g2(), this function
extracts the coding sequence annotations from a GenBank format file. This
function is specifically designed for eukaryotic sequences, i.e. with
introns.
The output file will contain the coordinates of the exons, along with the
name o...
2007 Apr 24
0
new version of seqinR
...(), used to extract breakpoints in
rearranged
nucleotide skews. This function uses the segmented package to define the
position of the breakpoints.
o New function draw.rearranged.oriloc() available, to plot nucleotide skews
on artificially rearranged prokaryotic chromosomes.
o New function gbk2g2.euk() available. Similarly to gbk2g2(), this function
extracts the coding sequence annotations from a GenBank format file. This
function is specifically designed for eukaryotic sequences, i.e. with
introns.
The output file will contain the coordinates of the exons, along with the
name o...
2018 Apr 05
0
[Bug report] Chinese characters are not handled correctly in Rterm for Windows
...#39;E'
> fputc ( 70, 0x00007ffe2d1aea40 ) //'F'
> fputc ( 34, 0x00007ffe2d1aea40 ) //'\"'
> //fflush ( 0x00007ffe2d1aea40 )
> fputc ( 10, 0x00007ffe2d1aea40 ) //'\n'
>
> {196, 227, 186, 195} or {C4 E3 BA C3} is multi-byte-encoded "???" in GBK (Code page 936).
> These calls failed with a Windows error code 28 (No space left on device), while the subsequent
> calls to fputc succeeded.
>
> Then I used C++ to implement a terminal front-end with REmbedded facilities. R outputs were
> simply printf-ed to stdout. Everything work...