similar to: Chinese character is not shown properly for some programs

Displaying 20 results from an estimated 200 matches similar to: "Chinese character is not shown properly for some programs"

2010 Oct 05
2
A program don't work from 1.2-1.3.4(I'll said in detail)
When in ubuntu 9.04 x64 and 9.10 x64 use apt's wine and playonlinx it can run,now I in ubuntu 10.04 x64 whether apt's or compiled from 1.2 to 1.3.4 can't not work(I dont's use playonlinx now).This time just test so I didn't install it (1.2-1.3 I installed even use checkinstall to package it) The program is a game which is Japanes Story Game(AVG).And gecko IE also doesn't
2010 Sep 20
5
Strange Font
So anyway, I have been using linux for years now, currently Fedora 12, and just recently I opened a box and found several of my old windows games. Starcraft, Heroes, Age of Empires, Stronghold, etc, some of which I installed. Then I came to Masters of Orion. This game I figured my crappy netbook could handle, and I get a bunch of "??????????" s in place of the actual text in the
2002 Mar 01
1
Excel Add-in
I'm trying to make a connexion beetween Excel and R. It works for simple requests but it seems that complexe functions won't work. Does anybody knows how complexe can be the data set and function used? Does it exist something else than the Erich Neuwirth Add-in (which is already really interesting) ? Thanks Nolwenn ----------------------------------------------------------------------
2010 Oct 22
3
Font config in Desktop Integration broken when switching locales
As a translator, It is frequent for me to switch between locales (en_US.utf8 and zh_CN.utf8 for me), but the font configurations in winecfg/'Desktop Integration' gets broken under certain circumstances. To demonstrate, I run winecfg with LANG=zh_CN.utf8, and set the 'Menu Text' (????) font to 'WenQuanYi Zen Hei Sharp' (???????) 10pt (shot00.png). It turns out fine
2020 Jun 22
2
[RFC] A value-tracking LiveDebugValues implementation
Hi Adrian, > quite a lot of work Large amounts of credit should go to llvm-reduce, which was fundamental to getting any of this done, > I've skimmed your implementation and it looks nice and well-documented. The thing that worries me is the over-complicated lattices -- I didn't anticipate the problem, and there's a risk that it's more complex than it needs to be. As it
2002 Mar 07
2
Statconnector and Excel
Hi, I'm trying to combine a VBA macro and a R package. I've installed the R-(D)COM and the R-excel interface by Neuwirth. They seem to work both. However I would like to display the r-generated data in an Excel sheet as an array but I don't manage. Here is an example of my source: Sub doR() Call RInterface.StartRServer Call RInterface.RRun("library(mdnn)") Call
2002 Jun 28
0
Tr: RE: Samba 2.2.5 and printers
Ok, I solved the problem by myself. The problem was that the users with wich I tried to connect to the printer where defined as admin users, and I declared root as an invalid user in the samba configuration, so it always give me an access denied because it tried to connect as root. Anyway thanks for the time you waste trying to help me ;-) ----Message r?exp?di?---- >Date: Thu, 27 Jun 2002
2001 Nov 19
1
Pb w2k <-> samba
hello, 1)i have samba 2.2.2 running on HPUX11.0 64 bits and i have the folowing message in my user log: [2001/11/19 20:29:04, 0] smbd/nttrans.c:(1762) call_nt_transact_ioctl: Currently not implemented. [2001/11/19 20:29:04, 0] lib/util_sec.c:(94) Failed to set gid privileges to (-1,-2) now set to (0,0) uid= (0,0) [2001/11/19 20:29:04, 0] lib/util.c:(1055) PANIC: failed to set gid 2) when i
2003 Jun 19
3
sciViews
Bonjour, J'ai t?l?charg? SciViews Insider que je trouve tr?s convivial. Par contre, je n'arrive pas ? comprendre comment enregistrer un script R en type de fichier R justement. Mes programmes fonctionnent tr?s bien, mais SciViews me propose uniquement de les enregistrer au format txt sous un type de fichier "bloc notes". Comment les enregistrer avec l'extension .R comme le
2009 Nov 30
1
RSQLite does not read very large values correctly
Hello, I am trying to import data from an SQLite database to R. Unfortunately, I seem to get wrong data when I try to import very large numbers. For example: I look at the database via SQLiteStudio(v.1.1.3) and I see the following values: OrderID Day TimeToclose 1 2009-11-25 29467907000 2 2009-11-25 29467907000 3 2009-11-25 29467907000 Now I run this R Code: >
2003 Jun 26
3
create help files
Hello, I have to create help files on R. I used the "package.skeleton" function which allowed to me to create a personal package with my list of functions. But I don't understand what I have to install to use these. That needs the tools to build packages from source to be installed. I will need the files in the R binary Windows distribution for installing source packages to be
2013 May 23
0
Code compilation: Drop certain statements in a function before calling it multiple times?
Hi, I make heavy use of verbose statements in my code, verbose output that can be enabled/disabled via an argument. Here is a dummy example: foo <- function(n=10, verbose=FALSE) { res <- 0; for (k in 1:n) { if (verbose) cat("Iteration ", k, "...\n", sep=""); res <- res + k; if (verbose) cat("Iteration ", k,
2004 Feb 03
0
GEE
Bonjour, J'etudie une population de chevaux en captivite. Je souhaite identifier le ou les facteurs qui influencent la fecondite des femelles (=nombre de poulain= 0 ou 1) depuis 1995 jusqu'a 2003. Les variables explicatives sont donc disponibles pour les femelles par annee : fem1_annee1 fem2_annee1 fem3_annee1 fem1_annee2 fem2_annee2 fem3_annee2 fem4_annee2 etc. Le nombre de femelles
2006 Feb 09
0
How to set the default font set from the fonts of system.reg?
my system.reg contains the following fonts [Software\\Microsoft\\Windows\\CurrentVersion\\Fonts] 1139543017 "Bitstream Vera Sans Bold (TrueType)"="VeraBd.ttf" "Bitstream Vera Sans Bold Oblique (TrueType)"="VeraBI.ttf" "Bitstream Vera Sans Mono Bold (TrueType)"="VeraMoBd.ttf" "Bitstream Vera Sans Mono Bold Oblique
2006 Feb 09
1
How to set the default font set ?
my user.reg contains the following external fonts Software\\Wine\\Fonts\\External Fonts] 1139540729 "Bitstream Vera Sans Bold (TrueType)"="VeraBd.ttf" "Bitstream Vera Sans Bold Oblique (TrueType)"="VeraBI.ttf" "Bitstream Vera Sans Mono Bold (TrueType)"="VeraMoBd.ttf" "Bitstream Vera Sans Mono Bold Oblique
2002 May 02
2
a question
Hi, I have a program written in R which is good on the version 1.2, but for the fallowing versions of R, an error always is at the same place. That is at the level of the fallowing line: Sur<- getInitial(res2[m:M,2]~SSasymp(res2[m:M,1],Asymp,resp0,lrc),data=res2) Error in eval(expr,envir,enclos):numeric envir arg not of length one I don't know at all this langage for the instant.
2018 May 27
3
Yum list installed lies to me
when I do "yum list installed" I get a lot of stuff, including this excerpt: wqy-zenhei-fonts.noarch 0.9.46-11.el7 @anaconda wvdial.x86_64 1.61-9.el7 @anaconda wxBase.x86_64 2.8.12-20.el7 @epel wxBase3.x86_64
2010 Jun 22
2
Partially corrupted text
First of all I want to apologize for my bad english and my really low knowledge about coding. I've succeded running a couple of programs I was working with on win using Wine/Winebottler, but now I'm facing the truth that I've pushed my luck too far XD I'm trying to run EDGE2 (a japanese graphic software) under osx using Wine. I've had some problems in displaying japanese
2002 Jun 26
6
Samba 2.2.5 and printers
I'm currently having a problem with the new released Samba 2.2.5: I cannot print anymore on my shared printer. What is strange is that It worked fine with samba 2.2.4, but now I got an access denied whenever I try to access the printer... /var/spool/lpd/samba is chmod 777 and the username is in the group lp Here is part of my smb.conf: [global] workgroup = HOME netbios name =
2012 Feb 29
1
codon usage bias
Hey guys, I have what i think is a really simple problem :( I installed the seqinr library. I want to do an RSCU analysis. But i can't get it to work in even the simplest case. for example, if i have a string read in: > newdata5 $testseq [1] "agtgagatgatagatagatagatagatagatagatagaccccccagata" and then i perform an RSCU analysis on it... >