search for: iconvlist

Displaying 20 results from an estimated 23 matches for "iconvlist".

2005 Mar 16
1
minor iconvlist() bug in r-devel
This is on r-devel from 2005-03-15. iconvlist() uses (at least some of the time) icfile <- system.file("iconvlist", package = "utils") which looks like """ The following list contain all the coded character sets known. This does not necessarily mean that all combinations of these names can be used...
2014 Dec 09
4
UTF8 markdown vignette
...e Pandoc will use UTF-8 anyway in its LaTeX template. 2. Perhaps the vignette engine in R has done something clever to convert utf8 to UTF-8, but I'd recommend %\VignetteEncoding{UTF-8} instead of %\VignetteEncoding{utf8} to make sure it is a valid encoding name, e.g. > 'utf8' %in% iconvlist() [1] FALSE > 'UTF-8' %in% iconvlist() [1] TRUE > 'UTF8' %in% iconvlist() [1] TRUE BTW, %\VignetteEncoding is not documented anywhere (Cc'ing Kurt), and I think it needs to be documented, since the old approach \usepackage[enc]{inputenc} was basically a hack, which looks...
2014 Dec 09
0
UTF8 markdown vignette
...its LaTeX template. > > 2. Perhaps the vignette engine in R has done something clever to > convert utf8 to UTF-8, but I'd recommend %\VignetteEncoding{UTF-8} > instead of %\VignetteEncoding{utf8} to make sure it is a valid > encoding name, e.g. > > > 'utf8' %in% iconvlist() > [1] FALSE > > 'UTF-8' %in% iconvlist() > [1] TRUE > > 'UTF8' %in% iconvlist() > [1] TRUE > > BTW, %\VignetteEncoding is not documented anywhere (Cc'ing Kurt), and > I think it needs to be documented, since the old approach > \usepackage[enc]{...
2014 Dec 09
0
UTF8 markdown vignette
...e Pandoc will use UTF-8 anyway in its LaTeX template. 2. Perhaps the vignette engine in R has done something clever to convert utf8 to UTF-8, but I'd recommend %\VignetteEncoding{UTF-8} instead of %\VignetteEncoding{utf8} to make sure it is a valid encoding name, e.g. > 'utf8' %in% iconvlist() [1] FALSE > 'UTF-8' %in% iconvlist() [1] TRUE > 'UTF8' %in% iconvlist() [1] TRUE BTW, %\VignetteEncoding is not documented anywhere (Cc'ing Kurt), and I think it needs to be documented, since the old approach \usepackage[enc]{inputenc} was basically a hack, which looks...
2017 Oct 24
2
Binding with libiconv failed while compiling R-devel on Ubuntu 17.04
...garding libiconv seems ok: === checking iconv.h usability... yes checking iconv.h presence... yes checking for iconv.h... yes checking for iconv... yes checking whether iconv accepts "UTF-8", "latin1", "ASCII" and "UCS-*"... yes checking for iconvlist... no checking for iconv... yes checking for iconv declaration... extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft); === The command iconv -l seems to work fine. This C file compiles with no problem either: === #include <ico...
2008 Jun 07
1
Fail to call AC_CACHE_CHECK on R 2.7.0 for Solaris
..., which is only using an unmodified R configure script is: checking iconv.h usability... yes checking iconv.h presence... yes checking for iconv.h... yes checking for iconv... in libiconv checking whether iconv accepts "UTF-8", "latin1" and "UCS-*"... no checking for iconvlist... yes configure: error: --with-iconv=yes (default) and a suitable iconv is not available Looking at the Sage problem in detail, I believe I know the reason and are somewhat surprised R builds at all on Solaris. I think this problem is an R problem, not a Sage problem. For some reason the R &qu...
2009 Nov 26
1
compiling on snow leopard: Cocoa errors?!?!?!
...'. make[2]: Nothing to be done for `R'. ..... ..... etc building package 'tools' all.R is unchanged make[6]: `Makedeps' is up to date. ../../../../library/tools/libs/x86_64/tools.so is unchanged building package 'utils' all.R is unchanged make[4]: Nothing to be done for `iconvlist'. building package 'grDevices' all.R is unchanged ../../../library/grDevices/R/grDevices is unchanged gcc -arch x86_64 -I../../../../include -I../../../../include/x86_64 -I../../../include -I../../../../src/include -DHAVE_CONFIG_H -I/usr/local/include -fPIC -g -O2 -c qdCocoa.m -o qdC...
2008 Oct 05
2
trouble with character \u00e2
...e character, R saves the on-screen plot with that character in the name with no complaints. I have tried using iconv() with no success, as can be seen with the following code: file.name <- paste("diagnostic ? vs a ", file.label, ".jpg", sep = "") iconv.List <- iconvlist() for(encoding in iconv.List) { print(iconv(file.name, "", encoding, ""))} So, here's the question: How can I save, with a non-interactive R command, an existing plot with the troublesome character in the file name? Thanks. Charles Annis, P.E. Charles.Annis at Stati...
2014 Dec 09
2
UTF8 markdown vignette
Dear Duncan, The UTF-8 characters aren't properly rendered in the pdf version of the vignette. $?? ????? ?????? ?????? ????? ?? ?? is rendered as $????? ?????????? ???????????? ????? ?????? ? ???????? ???????? The same problem occurs when I use render("vignette.md", output_format = "mypackage::mystyle"), instead of render("vignette.md", output_format =
2005 Mar 31
1
R-alpha_2005-03-31: make check fails on Debian 3.0
...halted The parts of the output fron ./configure that meantion "iconv" is checking iconv.h usability... yes checking iconv.h presence... yes checking for iconv.h... yes checking for iconv... yes checking whether iconv() accepts "UTF-8" and "latin1"... no checking for iconvlist... no [...] checking for iconv... yes checking for iconv declaration... extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft); The only warnings I got was checking whether makeinfo version is at least 4.7... no configure: WARNING: you...
2014 Dec 09
3
UTF8 markdown vignette
...its LaTeX template. > > 2. Perhaps the vignette engine in R has done something clever to > convert utf8 to UTF-8, but I'd recommend %\VignetteEncoding{UTF-8} > instead of %\VignetteEncoding{utf8} to make sure it is a valid > encoding name, e.g. > >> 'utf8' %in% iconvlist() > [1] FALSE >> 'UTF-8' %in% iconvlist() > [1] TRUE >> 'UTF8' %in% iconvlist() > [1] TRUE > > BTW, %\VignetteEncoding is not documented anywhere (Cc'ing Kurt), and > I think it needs to be documented, since the old approach > \usepackage[enc]{i...
2017 Oct 24
0
Binding with libiconv failed while compiling R-devel on Ubuntu 17.04
...nv seems ok: | === | checking iconv.h usability... yes | checking iconv.h presence... yes | checking for iconv.h... yes | checking for iconv... yes | checking whether iconv accepts "UTF-8", "latin1", "ASCII" and "UCS-*"... yes | checking for iconvlist... no | checking for iconv... yes | checking for iconv declaration... | extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft); | === | The command iconv -l seems to work fine. This C file compiles with no problem either: | === | #i...
2024 Feb 28
2
Trouble reading a UTF-16LE file
Dear R-help, I am having trouble reading a UTF-16LE formatted file. The issue appears to be a byte order mark at the beginning of the file. I have tried readLines(file, encoding='utf-16LE') but got me [1]"\xff\xfe1" "" "" "" "" "" Regards, Tim
2010 Feb 22
2
Compiling R on Linux with SunStudio 12.1: "wide-character type" problems
...pe." Configure stops with the following error message: checking iconv.h usability... yes checking iconv.h presence... yes checking for iconv.h... yes checking for iconv... in libiconv checking whether iconv accepts "UTF-8", "latin1" and "UCS-"... yes checking for iconvlist... yes checking wchar.h usability... yes checking wchar.h presence... yes checking for wchar.h... yes checking wctype.h usability... yes checking wctype.h presence... yes checking for wctype.h... yes checking whether mbrtowc exists and is declared... yes checking whether wcrtomb exists and is decla...
2007 Feb 07
2
problems installing R on Linux
.... checking for cblas_cdotu_sub in vecLib framework... no checking iconv.h usability... yes checking iconv.h presence... yes checking for iconv.h... yes checking for iconv... yes checking whether iconv() accepts "UTF-8", "latin1" and "UCS-*"... yes checking for iconvlist... no . . . checking for g77... g77 checking whether we are using the GNU Fortran 77 compiler... yes checking whether g77 accepts -g... yes checking for g++... g++ checking whether we are using the GNU C++ compiler... yes checking whether g++ accepts -g... yes checking how to run the C++ pr...
2012 Dec 03
0
need help for R's installation
...hecking whether csinh exists and is declared... yes checking whether ctanh exists and is declared... yes checking for cblas_cdotu_sub in vecLib framework... no checking iconv.h usability... yes checking iconv.h presence... yes checking for iconv.h... yes checking for iconv... no checking for iconvlist... no checking for iconv... no, consider installing GNU libiconv checking wchar.h usability... yes checking wchar.h presence... yes checking for wchar.h... yes checking wctype.h usability... yes checking wctype.h presence... yes checking for wctype.h... yes checking whether mbrtowc exists a...
2006 Jun 22
2
Error - Compiling R on a Sun V40Z - R/R-2.2.1 (PR#9024)
...red... yes checking whether wcswidth is declared... yes checking for wctrans_t... yes checking iconv.h usability... yes checking iconv.h presence... yes checking for iconv.h... yes checking for iconv... yes checking whether iconv() accepts "UTF-8" and "latin1"... no checking for iconvlist... no checking for X... libraries , headers checking for gethostbyname... yes checking for connect... yes checking for remove... yes checking for shmat... yes checking for IceConnectionNumber in -lICE... yes using X11 ... yes checking for KeySym... yes checking for CFStringGetSystemEncoding in Core...
2009 Aug 20
2
getting R 2.9.1 from the tar.gz file
...x... yes yes checking for cblas_cdotu_sub in vecLib framework... no checking iconv.h usability... yes checking iconv.h presence... yes checking for iconv.h... yes checking for iconv... yes checking whether iconv accepts "UTF-8", "latin1" and "UCS-*"... yes checking for iconvlist... no checking wchar.h usability... yes checking wchar.h presence... yes checking for wchar.h... yes checking wctype.h usability... yes checking wctype.h presence... yes checking for wctype.h... yes checking whether mbrtowc exists and is declared... yes checking whether wcrtomb exists and is declar...
2005 May 11
5
Implementing R on IBM p690 cluster Jump
...ether wcwidth is declared... yes checking whether wcswidth is declared... yes checking iconv.h usability... yes checking iconv.h presence... yes checking for iconv.h... yes checking for iconv... in libiconv checking whether iconv() accepts "UTF-8" and "latin1"... no checking for iconvlist... no checking for X... libraries , headers checking for gethostbyname... yes checking for connect... yes checking for remove... yes checking for shmat... yes checking for IceConnectionNumber in -lICE... yes using X11 ... yes checking for KeySym... yes checking for tclConfig.sh... no checking for...
2006 May 18
0
R-devel and PGI 6.0 compile error
...ached) yes checking whether double complex BLAS can be used... no checking iconv.h usability... yes checking iconv.h presence... yes checking for iconv.h... yes checking for iconv... yes checking whether iconv() accepts "UTF-8", "latin1" and "UCS-*"... yes checking for iconvlist... no checking wchar.h usability... yes checking wchar.h presence... yes checking for wchar.h... yes checking wctype.h usability... yes checking wctype.h presence... yes checking for wctype.h... yes checking whether mbrtowc exists and is declared... yes checking whether wcrtomb exists and is declar...