search for: macroman

Displaying 20 results from an estimated 20 matches for "macroman".

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
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 message,...
2006 Nov 04
0
UTF-8 String to PDF using PDF::Writer
Hi I just can''t seem to figure this out. I know that PDF doesn''t support UTF-8 so I''m trying to use Iconv to convert the string from UTF-8 to MacRoman (or anything that will work). This doesn''t seem to be working though. Is there a better/ correct way to do this? The sting is stored as UTF-8 in MySQL and displays properly on the web (<?xml version="1.0" encoding="utf-8"?>). The main problem seems to be sma...
2005 Aug 29
4
ttda on R 2.1.1: error
...and all. \n" , file = zz) > cat("{Nursery rime} \n" , file = zz) > close(zz) > dummy.example <- ttda.get.text(textfile = "stupid.txt") > dummy.example <- ttda.uce(dummy.example) error in identical(native.enc, MacRoman) : native.enc not found it lamentably fails. how about this ? -- --~~ Toulouse, Grenoble, Auch, Arcachon, B??ziers, Paris, Saragosse, L??vignac Sur Save, habitats naturel du Valdo. ~~-- <http://www.le-valdo.com>
2003 Mar 24
1
writing to file with encodings (PR#2674)
...77 ) 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", encoding=MacRoman) cat(ascii,file = zz, sep=" ") close(zz) zz <- file("out_native.txt", "wt", encoding=native.enc) cat(ascii,file = zz, sep=" ") close(zz)
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. -- ------------------------------------------------------------------------------ Jean...
2006 Apr 08
16
International characters
I am new to Ruby on Rails. I have read a lot, and bought several books, and now I have started to implement a modified "shopping cart", following the AWDWR-book, with modifications to suit our application (subscriptions and memberships). Having done up to chapter 7 I have had no real problems, except one: Since our customers are Swedish I need the screen names, texts etc to be in
2003 Jul 04
0
Tag Recommendations Recommendations
...es largely in East Asian languages. Further, UTF-8 is the only allowed encoding as per http://www.xiph.org/ogg/vorbis/doc/v-comment.html; calling it the "default encoding" allows for the possibility of well-meaning (or just lazy) programmers to allow legacy encodings such as ISO-8859-1 or MacRoman. /We have the following STANDARD tags/Recommended tags/ This seems to be an artifact of earlier standardization efforts; I suggest you remove these references and sell a common tag set on its merits, not by doing the equivalent of yelling. Oh, consider this a vote for s/ENCODING/ENCODER-SETTINGS/...
2007 Oct 30
1
postscript(), used from a pre R-2.6.0 workspace
I find that if start R-2.6.0 in a workspace with no .RData file, load one of my workspaces from R-2.5.1 or earlier into R-2.6.0, and then before doing anything else type postscript(file="z.ps"), I get:: > ls() character(0) > load(url("http://www.maths.anu.edu.au/~johnm/r/test5.RData")) > postscript(file="z.ps") Error in postscript(file = "z.ps")
2024 Feb 29
1
R 4.3.3 is released
...c640a97305d06ce6e1a6a73e82b850954 R-4/R-4.3.3.tar.xz This is the relevant part of the NEWS file CHANGES IN R 4.3.3: NEW FEATURES: * iconv() now fixes up variant encoding names such as "utf8" case-insensitively. DEPRECATED AND DEFUNCT: * The legacy encoding = "MacRoman" is deprecated in pdf() and postscript(): support was incomplete in earlier versions of R. BUG FIXES: * Arguments are now properly forwarded to methods on S4 generics with ... in the middle of their formal arguments. This was broken for the case when a method introduc...
2024 Feb 29
1
R 4.3.3 is released
...c640a97305d06ce6e1a6a73e82b850954 R-4/R-4.3.3.tar.xz This is the relevant part of the NEWS file CHANGES IN R 4.3.3: NEW FEATURES: * iconv() now fixes up variant encoding names such as "utf8" case-insensitively. DEPRECATED AND DEFUNCT: * The legacy encoding = "MacRoman" is deprecated in pdf() and postscript(): support was incomplete in earlier versions of R. BUG FIXES: * Arguments are now properly forwarded to methods on S4 generics with ... in the middle of their formal arguments. This was broken for the case when a method introduc...
2024 Feb 29
1
R 4.3.3 is released
...c640a97305d06ce6e1a6a73e82b850954 R-4/R-4.3.3.tar.xz This is the relevant part of the NEWS file CHANGES IN R 4.3.3: NEW FEATURES: * iconv() now fixes up variant encoding names such as "utf8" case-insensitively. DEPRECATED AND DEFUNCT: * The legacy encoding = "MacRoman" is deprecated in pdf() and postscript(): support was incomplete in earlier versions of R. BUG FIXES: * Arguments are now properly forwarded to methods on S4 generics with ... in the middle of their formal arguments. This was broken for the case when a method introduc...
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
2003 Oct 04
3
a bug of function plot (PR#4405)
Full_Name: Ximing Zhao Version: R 1.7.1 OS: MacOs X Submission from: (NULL) (64.136.27.51) When I used function plot in R 1.7.1, I found two bugs. My whole function is this: ***************** drawexp<-function(X,x,c,b){ exp<-function28(X,x,c,b) if(max(exp)>=max(dexp(x,rate=1))){ plot(x,exp, type="l",main= paste("Exponential ,n=",length(X),"
2024 Apr 24
0
[Rd] R 4.4.0 is released
...s devices pictex() and xfig() are now deprecated. They do not support recent graphics enhancements and their font handling is rudimentary. The intention is to retain them for historical interest as long as they remain somewhat functional. * Support for encoding = "MacRoman" has been removed from the pdf() and postscript() devices - this was a legacy encoding supporting classic macOS up to 2001 and no longer has universal libiconv support. * is.R() is deprecated as no other S dialect is known to be in use (and this could only identify...
2024 Apr 24
0
[Rd] R 4.4.0 is released
...s devices pictex() and xfig() are now deprecated. They do not support recent graphics enhancements and their font handling is rudimentary. The intention is to retain them for historical interest as long as they remain somewhat functional. * Support for encoding = "MacRoman" has been removed from the pdf() and postscript() devices - this was a legacy encoding supporting classic macOS up to 2001 and no longer has universal libiconv support. * is.R() is deprecated as no other S dialect is known to be in use (and this could only identify...
2003 Apr 16
2
R-1.7.0 is released
...at a cycle other than 1. o read.dcf() read incorrectly files which did not end in a new line. o read.socket() dropped certain non-alphanumeric characters. (PR#2639) o termplot() handles missing data better (PR#2687, <Mark.Bravington at csiro.au>) o Corrected MacRoman encoding for Icircumflex etc. -- O__ ---- Peter Dalgaard Blegdamsvej 3 c/ /'_ --- Dept. of Biostatistics 2200 Cph. N (*) \(*) -- University of Copenhagen Denmark Ph: (+45) 35327918 ~~~~~~~~~~ - (p.dalgaard at biostat.ku.dk) FAX: (+45) 35327907
2003 Apr 16
2
R-1.7.0 is released
...at a cycle other than 1. o read.dcf() read incorrectly files which did not end in a new line. o read.socket() dropped certain non-alphanumeric characters. (PR#2639) o termplot() handles missing data better (PR#2687, <Mark.Bravington at csiro.au>) o Corrected MacRoman encoding for Icircumflex etc. -- O__ ---- Peter Dalgaard Blegdamsvej 3 c/ /'_ --- Dept. of Biostatistics 2200 Cph. N (*) \(*) -- University of Copenhagen Denmark Ph: (+45) 35327918 ~~~~~~~~~~ - (p.dalgaard at biostat.ku.dk) FAX: (+45) 35327907
2010 Apr 19
10
Overview of Ruby 1.9 encoding problem tickets
SUMMARY: -------- I tried to identify the general and root causes for these problems with 1.9, by taking into account non-utf encoding, current patches, comments and ideas. I used ticket #2188 as base for explanations. This is a long read. I wanted to include all the relevant information in one place. I also included information about related tickets in LH and their status. I decided that adding
2006 Nov 26
0
[758] trunk/wxruby2: i18n support: added Locale class, methods for get/set languages & encodings
...CP850 + CP852 + CP855 + CP866 + + CP874 + CP932 + CP936 + CP949 + CP950 + CP1250 + CP1251 + CP1252 + CP1253 + CP1254 + CP1255 + CP1256 + CP1257 + CP12-MAX + + UTF7 + UTF8 + EUC-JP + UTF16BE + UTF16LE + UTF32BE + UTF32LE + + MACROMAN + MACJAPANESE + MACCHINESETRAD + MACKOREAN + MACARABIC + MACHEBREW + MACGREEK + MACCYRILLIC + MACDEVANAGARI + MACGURMUKHI + MACGUJARATI + MACORIYA + MACBENGALI + MACTAMIL + MACTELUGU + MACKANNADA + MACMALAJALAM + MACSINHALESE + MACBURMESE + M...