search for: isolatin1

Displaying 19 results from an estimated 19 matches for "isolatin1".

Did you mean: isolating
2007 Nov 19
2
ASCII character set and hyphen
...acter 45("-") is mapped to a minus sign (ASCII Character 95) by default. The advice given is to use "\173" for a hyphen. But, the following code produces a curly brace instead of a hyphen. Thanks for any advice? Roland library(rgr) pdf("foo.pdf", encoding = "ISOLatin1") display.ascii.d() mtext("\173", side = 3) dev.off() R version 2.6.0 (2007-10-03) i386-apple-darwin8.10.1 locale: de_AT.UTF-8/de_AT.UTF-8/de_AT.UTF-8/C/de_AT.UTF-8/de_AT.UTF-8 attached base packages: [1] stats graphics grDevices utils datasets methods base other att...
2009 Aug 27
1
set pdf.options() encoding to UTF-8
Dear all Can anyone point to a list of valid pdf.options() encodings? I checked ?pdf and ?postscript, but they do not quite answer my questions. I would like to try UTF-8 instead of the default "ISOLatin1.enc" for Sweave plots (I have issues with Greek characters in labels). Thank you Liviu -- Do you know how to read? http://www.alienetworks.com/srtest.cfm Do you know how to write? http://garbl.home.comcast.net/~garbl/stylemanual/e.htm#e-mail
2008 Feb 08
2
question_encoding
Hallo, I would like to ask you, for one question. When I export graph to .pdf and I need some czech font, I use a parameter encoding="ISOLatin2.enc" for these special fonts. But exported text is bad. I try ISOLatin1 and MacRoman, but it is some one. I don't know, what Iam doing bad, because in quartz is the graph ok. Sorry....I forget....I have a Mac with Leopard and R ver. 2.6.1. Thank you. jena
2003 May 02
1
Metadata - StreamTitle - International language support?
Hello, Can anybody tell me how stream titles, which are non-ASCII, are sent? For example, at ShoutCast.com, there are Asian and European streams that send encoded strings. However, I can't see how to detect what type of encoding they are using. e.g. UTF8, ISOLatin1, etc. If I could work out the encoding, then I can display the names properly. Any differences between how IceCast and Shoutcast handle this? Any docs? Thanks, Simon --- >8 ---- List archives: http://www.xiph.org/archives/ icecast project homepage: http://www.icecast.org/ To unsubscribe...
2002 Jul 16
0
problem with german fonts (gnu-emacs 21.2.1, ess-5.1.21, w95)
...REt]p) to "latin-1". Then I was able to plot german "????" etc(rgui does make this correct). With the new R version this does not work any more. I tried to use some other codings systems (iso-latin-1, etc.) and also tried postscript("c:/temp/temp.ps",encdoding="ISOLatin1.enc") in combination with some coding systems. Nothing work: > postscript("c:/temp/temp.ps",encoding="ISOLatin1.enc") > plot(1,1);text(1,1,"???")#latin 1 --no warning wrong result > plot(1,1);text(1,1,"???")#iso-latin-1 -no w.w.r. > plot(...
2003 Mar 17
0
file encoding
Hello, Is file("out.txt", open="wt", encoding=ISOLatin1) (resp: MacRoman, WinAnsi) broken/unimplemented ? I am trying: zz <- file("out.txt", open="wt", encoding=ISOLatin1) cat(ASCII,file = zz, sep="\n") close(zz) on R162 for MacOs (carbon). Thanks. -- ------------------------------------------------------------------...
2005 Aug 30
1
Font Encodings --- some work, some don't
Dear R wizards: I believe some more font encoding info. some of the font encodings work, others do not: IsoLatin1, MacRoman, WinAnsi, and PDFDoc seem fine. AdobeStd, AdobeSym, ISOLatin2, ISOLatin9, and TeXtext seem broken, in that the resulting output file is silently corrupt. The font encoding error does not appear in the postscript device driver, and it works fine. It would be nice if R gave an error...
2002 May 28
1
Platform-specific: simple assignments in Rprofile cause core dump (PR#1604)
This only happens on platforms with a faulty implementation of realloc(). Some C libraries do not allow realloc() to be called with a NULL pointer to resize. The assignment ISOLatin1 <- 0:255 in Rprofile then causes a core dump. The attached set of 4 patches should be very safe to use and fix the problem. --please do not edit the information below-- Version: platform = i386-pc-sco3.2v4.2 arch = i386 os = sco3.2v4.2 system = i386, sco3.2v4.2 status = major = 1 mino...
2003 Mar 24
1
writing to file with encodings (PR#2674)
...1","\362","\363","\364","\365","\366","\367", # 360-367 "\370","\371","\372","\373","\374","\375","\376","\377" # 370-377 ) zz <- file("out_isolatin1.txt", "wt", encoding=ISOLatin1) cat(ascii,file = zz, sep=" ") close(zz) zz <- file("out_winansi.txt", "wt", encoding=WinAnsi) cat(ascii,file = zz, sep=" ") close(zz) zz <- file("out_macroman.txt", "wt", encodin...
2002 Sep 09
1
cupsaddsmb - problem; once again
...on File *% Copyright 1992-98 Hewlett-Packard Company *%======================================================== *% PPD for HP LaserJet 8000 Series *% For Windows NT 4.0 *% === PPD File Version Information ==== *FileVersion: "1.30" *FormatVersion: "4.3" *LanguageEncoding: ISOLatin1 *LanguageVersion: GERMAN *PCFileName: "HP8000_6.PPD" *% === Product Version Information ==== *ModelName: "HP LaserJet 8000 Series" *ShortNickName: "HP LaserJet 8000 Series PS" *NickName: "HP LaserJet 8000 Series PS" *Product: "(HP...
2018 Nov 20
2
problematic dev.off() after running examples without plots
Dear all, When running R CMD check on our package, we get an error on the examples. Error in grDevices::dev.off() : cannot shut down device 1 (the null device) None of the examples in our package generates plots. grDevices::dev.off() is code added by R CMD check. A workaround is to have at least one example which has some plot. Is there a better solution? We are using R 3.5.1 Best
2006 Sep 19
4
How to draw a per mille symbol?
Dear list, Following advice posted to this list a while back by Prof Ripley [1], I have been trying to draw a per mille character [2] in an axis label. This should give the correct character: plot(1:10, ylab = "\u2030") but all I get is '"S'. I'm running linux (FC5) and have fonts installed that have the correct character (viewed in the Gnome character map at least).
2018 Nov 21
0
problematic dev.off() after running examples without plots
...re's also code added at the very beginning of the examples R script ( <pkg>-Ex.R ) which opens a pdf device: grDevices::pdf.options(width = 7, height = 7, paper = "special", reset = TRUE) grDevices::pdf(paste(pkgname, "-Ex.pdf", sep=""), encoding = "ISOLatin1") and so things should work and do work well for packages without any plots. You must be doing something particularly strange in some of *your* examples such as closing all existing devices -- something you should not do: As a good citizen you close graphic devices that you open but not oth...
2010 Apr 19
1
How to embed italic Greek letters in a eps file?
Hi, I need to add on a plot text containing italic Greek characters using the function mtext (i.e. I cannot use Hershey vectors). The characters are nicely displayed when the file is saved as png but not when saved as eps. See code below as example: #postscript('test.eps') png('test.png') plot(1,1, type = 'n') mtext(side = 3, line = 2,
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
2005 Mar 09
3
Decimal point as a comma in postcript and pdf graphics
Hi, after a lengthy but unsuccessfull search I couldn't come up with a solution to the following problem: I would like to have a "comma" instead of a "point" as the decimal point in my graphics, i.e. postscript and pdf files, for I write my thesis in German. My system is: OS: Debian Unstable R-Version: 2.0.1 System locale: de_DE at euro Could someone, please, help
2003 Aug 15
2
CUPS/Printing
...fo on the ppd in use and printer languages and so on. Any help would be very very much appreciated matt ---------------------------------------------------------------------------- ------ *FormatVersion: "4.3" *FileVersion: "1.1" *LanguageVersion: English *LanguageEncoding: ISOLatin1 *PCFileName: "HPIJS.PPD" *Manufacturer: "HEWLETT-PACKARD" *Product: "DESKJET 930C" *cupsVersion: 1.0 *cupsManualCopies: True *cupsModelNumber: 2 *cupsFilter: "application/vnd.cups-postscript 0 cupsomatic" *ModelName: "HP DeskJet 930C,...
2009 Aug 12
2
Plotting sigma symbol with unicode and turning into pdf
Paul, You solution worked out really well when I ran my code in R. However, when I try to turn the plot into a pdf, the unicode string no longer seems to function and instead of the sigma symbol there are just two periods (See example code below). The following is the code working in the R environment just like I want it to look: set.seed(1) Data=rnorm(100,sd=10000) plot(density(Data))
2003 Mar 29
7
Difficulty with Samba 2.2.8 and native CUPS PS drivers
I've recently attempted to convert from the Adobe PostScript drivers for my Canon BJC=2110 printer over to the native CUPS Windows PS drivers and can't quite get things to work correctly. After deleting the printer on my WinXP SP1 clients, verifying under "Server Properties" that the Adobe driver was removed, then reconnecting to my Samba printer, I connect fine but receive