search for: cp1250

Displaying 20 results from an estimated 26 matches for "cp1250".

Did you mean: cp1251
2011 Jul 11
1
Sweave in R 2.13.1 doesn't support cp1250 encoding
I upgraded R on windows xp from 2.12.2 to 2.13.1 and now I can not process Rnw files with windows cp1250 encoding. Sweave complains: file.Rnw declares an encoding that Sweave does not know about What can I do beside downgrade R? When will Sweave support more encodings? Has anybody found a solution? Regards, Tomaz
2012 Sep 14
1
Printing localized pdf file from Sweave snippets
Hello! I am struggling for quite some time with proper printing of local characters in pdf plot, via Sweave snippets in Rnw file. When I am working directly within R, all is fine and I can get local character properly, like: pdf('figs/fig-relativeEntropy0.pdf', h=6, w=6, encoding='CP1250') matplot(par[, c(3)], type='b', ylim=c(0,0.5), xaxt='n', pch=c(21), lty=c('dashed'), lwd=c(3), xlab='', ylab='') axis(1, at=1:6, labels=as.character(par$suffix), cex.axis=1.2) legend(2, 0.48, 'pu?ina (open-sea)', bty='n', cex=1.2) dev....
2002 Feb 24
0
Problem with codepages and Localized windows
Hello. I am admin of our linux student server and I configured Samba. = Everything works perfect, except one thing. We are serving to Windows 95 = machines. These are the first version of Win95 (not OSR2), localized for = Czech Republic. It uses codepage CP1250, which is not shipped with Samba distribution. As other middle = European countries it uses codepage 852 under DOS. So I set up: client code page =3D 852 character set =3D ISO8859-2 Oh, I forgot, we are using ISO-8859-2 on linux server. It works somewhat, but not as good as I need. Normal files...
2011 Mar 01
0
unicode&pdf font problem RESOLVED
...> On Jan 13, 2011, at 10:41 AM, Sascha Vieweg wrote: > >> I have many German umlauts in my data sets and code them UTF-8. When >> it comes to plotting on pdf, I figured out that "CP1257" is a good >> choice to output Umlauts. I have no experiences with "CP1250", but >> maybe this small hint helps: >> >> pdf(file=paste(sharepath, "/filename.pdf", sep=""), 9, 6, pointsize >> = 11, family = "Helvetica", encoding = "CP1257") > > Just an FYI for the archives, that encoding fails...
2007 Jan 25
1
using non-ASCII strings in R packages
Hello dear useRs and wizaRds, I am currently developing a package that will enable to use administrative map of Poland in R plots. Among other things I wanted to include region names in proper Polish language so that they can be used in creating graphics etc. I am working on Windows and when I build the package it is complaining about non-ASCII characters R code files. I was wondering what would
2012 Oct 07
1
Problem with national characters in main, xlab, ylab with pdf{grDevices} / postscript {grDevices}
...lt;-rnorm(100) hist(data,main='Rozk?ad g?sto?ci punkt?w', xlab='Warto?? na osi y', ylab='Cz?sto?? wyst?powania') -------------------------------------------/\ But using: -------------------------------------------\/ data<-rnorm(100) pdf('plik.pdf',encoding="CP1250.enc") hist(data,main='Rozk?ad g?sto?ci punkt?w', xlab='Warto?? na osi y', ylab='Cz?sto?? wyst?powania') dev.off() --------------------------------------------/\ It does not look fine ... Without specifying encoding: -------------------------------------------\/ pdf(...
2009 Jul 12
3
Installing mysql with macports
...ad-safe mkdir -p... ./install-sh -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/...
2014 Jun 23
0
Win 8.1 logout issues on samba 4.1.8
...tc/samba/dhcp.conf logon path = \\%L\profiles\%U logon home = \\%L\%U\.9xprofile logon drive = P: usershare allow guests = No add machine script = /usr/sbin/useradd -c Machine -d /var/lib/nobody -s /bin/false %m$ domain logons = Yes domain master = Yes dos charset = CP1250 # local master = Yes log file = /var/log/samba/log.%I log level = 2 os level = 66 preferred master = Yes security = user unix charset = utf-8 wins support = Yes max log size = 100 smb ports = 445 disable netbios = Yes I've tried every solution which...
2004 Jul 15
0
smbmount codepage problem
...; gives me a line such as the following: nls_cp850 4864 0 So, it would appear that no matter what option I pass to smbmount, the corresponding codepage module is never actually used. So, I am not sure what to do next. I have tried with "cp437", "cp850", "cp852", "cp1250", "cp1251", and even "utf8". In each of these cases, the corresponding module never seems to be actually used and filenames with extended characters display incorrectly from my computer. (As an example, ? [o acute] gets displayed as a cent sign.) Why is my machine not actua...
2002 Nov 17
0
NT_STATUS_ACCESS_DENIED with smbclient
...Y doing parameter read size = 1024 doing parameter local master = no doing parameter os level = 2 doing parameter name resolve order = wins lmhosts bcast doing parameter dns proxy = no doing parameter message command = /bin/sh -c '/usr/bin/play /usr/share/centericq/email.wav; cat %s | recode -f CP1250..ISO8859-2 | /bin/mail -s "winpopup from %f@%m to %t" misiek ; /bin/rm "%s" ' & doing parameter syslog = 1 doing parameter character set = iso8859-2 doing parameter client code page = 852 pm_process() returned Yes added interface ip=156.17.236.105 bcast=156.17.237.255 nm...
2004 Nov 14
0
Windows 2000/2003 shares -> danish character problem
...or directory > doesn't exist (and it has a point). I have seen this on both Windows > 2000 and Windows 2003 Server. Interestingly enough there are no problems > with Windows XP, as long as I use codepage=cp850 to mount with. > > I have tried these codepages: cp437, cp850, cp865, cp1250, cp1251, utf8 > I even tried 'latin1' just to see what would happen. > > I guess there is something that should be changed on the Windows machine > for this to work? If so does anyone know what that would be? > > Part of the problem is that it is a literal 'o' that...
2004 Jul 21
1
Windows 2000/2003 shares -> danish character problem.
...e that. It says the file or directory doesn't exist (and it has a point). I have seen this on both Windows 2000 and Windows 2003 Server. Interestingly enough there are no problems with Windows XP, as long as I use codepage=cp850 to mount with. I have tried these codepages: cp437, cp850, cp865, cp1250, cp1251, utf8 I even tried 'latin1' just to see what would happen. I guess there is something that should be changed on the Windows machine for this to work? If so does anyone know what that would be? Part of the problem is that it is a literal 'o' that is shown in the Linux files...
2011 Sep 30
0
R 2.13.2 is released
...um. (https://bugs.R-project.org/bugzilla3/show_bug.cgi?id=14654PR#14654) o install.packages() with Ncpus > 1 guards against simultaneous installation of indirect dependencies as well as direct ones. o Sweave now knows about a few more Windows' encodings (including cp1250 and cp1257) and some inputenx encodings such as koi8-r. o postscript(colormodel = "rgb-nogray") no longer sets the sRGB colorspace for each colour and so some viewers may render its files much faster than the default colormodel ="rgb". o The default for pdf...
2011 Sep 30
0
R 2.13.2 is released
...um. (https://bugs.R-project.org/bugzilla3/show_bug.cgi?id=14654PR#14654) o install.packages() with Ncpus > 1 guards against simultaneous installation of indirect dependencies as well as direct ones. o Sweave now knows about a few more Windows' encodings (including cp1250 and cp1257) and some inputenx encodings such as koi8-r. o postscript(colormodel = "rgb-nogray") no longer sets the sRGB colorspace for each colour and so some viewers may render its files much faster than the default colormodel ="rgb". o The default for pdf...
2008 Jul 06
2
Issue with postscript figures using WinAnsi encoding
Hi there, I've hit a bump in writing postscript files with special characters in the WinAnsi encoding on a windows machine. Here's some sample code: ########################################### postscript(file = "test.eps", encoding="WinAnsi.enc", width = 3, height = 5.5, onefile = TRUE, horizontal=FALSE, family = "sans", title =
2011 Feb 12
8
CentOS 64 bit php 5.2 huge problem
Hello, i am getting the following error in CentOS 64 bit with php 5.2 I cant get mysql functionality running and the ioncube loader Please help, i am very desperate Here is my output: [root at host ~]# php -v Failed loading /usr/local/ioncube/ioncube_loader_lin_5.1.so: /usr/local/ioncube/ioncube_loader_lin_5.1.so: undefined symbol: zend_unmangle_property_name_ex PHP Warning: PHP
2011 Sep 09
1
1 TByte (99,5%) data missing on rsync backup???
...++ home/toSort/FreeNAS/backups/obfuscated/home/q6600/usr/lib/gconv/CP10007.so 2011/09/09 03:36:12 [5910] >f+++++++++ home/toSort/FreeNAS/backups/obfuscated/home/q6600/usr/lib/gconv/CP1125.so 2011/09/09 03:36:12 [5910] >f+++++++++ home/toSort/FreeNAS/backups/obfuscated/home/q6600/usr/lib/gconv/CP1250.so 2011/09/09 03:36:12 [5910] >f+++++++++ home/toSort/FreeNAS/backups/obfuscated/home/q6600/usr/lib/gconv/CP1251.so 2011/09/09 03:36:12 [5910] >f+++++++++ home/toSort/FreeNAS/backups/obfuscated/home/q6600/usr/lib/gconv/CP1252.so 2011/09/09 03:36:13 [5910] >f+++++++++ home/toSort/FreeNAS/ba...
2015 Mar 20
2
Fwd: Dynamic DNS Updates not working. samba_dnsupdate : (sambalist: message 3 of 20) RuntimeError: (sambalist: to exclusive) kinit for [DC@Realm] failed (Cannot contact any KDC for requested realm)
...socket options = TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192 restrict anonymous = no domain master = no local master = yes preferred master = no password server = 192.168.11.250 server signing = disabled display charset = ISO8859-15 unix charset = ISO8859-15 dos charset = CP1250 read raw = yes write raw = yes oplocks = yes level2oplocks = no fake oplocks = no debug level = 2 getwd cache = yes keepalive = 30 [sda1] comment = Laufwerk sda1 von Server13 path = / valid users = administrator admin users = administrator read list = inva...
2005 Dec 20
0
R 2.2.1 is released
...zes that font 5 has a different encoding from that of the locale. (These are likely to affect the answer only in MBCS locales such as UTF-8.) o The URW font metrics have been updated to versions from late 2002 which cover more glyphs, including Cyrillic. o New postscript encodings for CP1250 (Windows East European), ISO Latin-7 (8859-13, Latvian, Lithuanian and Maori), Cyrillic (8859-5), KOI8-R, KOI8-U and CP1251. o configure has more support for the Intel and Portland Group compilers on ix86 and x86_64 Linux. o R CMD INSTALL will clean up if interrupted (e.g. by ctrl-C fr...
2005 Dec 20
0
R 2.2.1 is released
...zes that font 5 has a different encoding from that of the locale. (These are likely to affect the answer only in MBCS locales such as UTF-8.) o The URW font metrics have been updated to versions from late 2002 which cover more glyphs, including Cyrillic. o New postscript encodings for CP1250 (Windows East European), ISO Latin-7 (8859-13, Latvian, Lithuanian and Maori), Cyrillic (8859-5), KOI8-R, KOI8-U and CP1251. o configure has more support for the Intel and Portland Group compilers on ix86 and x86_64 Linux. o R CMD INSTALL will clean up if interrupted (e.g. by ctrl-C fr...