similar to: rsync and the iconv-switch

Displaying 20 results from an estimated 100 matches similar to: "rsync and the iconv-switch"

2008 Feb 26
4
rsync-3.0.0pre10 and iconv
Hello, I am trying to get rsync-3.0.0pre10 --iconv option working between two linux hosts in local network. The client host is running Fedora Core 4 (kernel 2.6.17) and is using iso8859-1 character set. LANG=en_US The daemon host is running Centos 5 (kernel 2.6.18) and is using utf-8 character set. LANG=en_US.UTF-8 Rsync is transferring files properly without --iconv switch: fc4: (connected
2019 Jan 14
0
Setting 'unix charset' kills the samba share
On Mon, 14 Jan 2019 16:27:04 -0500 Gilbert Soucy <gsoucy at 36pix.com> wrote: > Yes, I have tried testparam. All is OK . Note that I can write > anything for unix charset and testparm does not complain. > > Load smb config files from /etc/samba/smb.conf > rlimit_max: increasing rlimit_max (1024) to minimum Windows limit > (16384) Processing section
2007 May 23
0
make check fails tools-Ex in 2.5.0
Hi folks, I'm attempting to compile and install 2.5.0, and "make check" is failing one of the earlier sanity tests. I'll append the relevant portion of the Rout.fail file below, but I've narrowed it down manually to a single command: > sessionInfo() R version 2.5.0 (2007-04-23) x86_64-unknown-linux-gnu locale:
2015 Jul 06
7
[PATCH 1/1] paint visual host key with unicode box-drawing characters
From: Christian Hesse <mail at eworm.de> Signed-off-by: Christian Hesse <mail at eworm.de> --- sshkey.c | 47 ++++++++++++++++++++++++++++++++++++----------- 1 file changed, 36 insertions(+), 11 deletions(-) diff --git a/sshkey.c b/sshkey.c index cfe5980..47511c2 100644 --- a/sshkey.c +++ b/sshkey.c @@ -44,6 +44,9 @@ #include <stdio.h> #include <string.h> #include
2011 Nov 14
0
using iconv - how?
I am trying to use iconv to copy files from a UTF-8 machine to a iso8859 machine. The target is an embedded box with no UTF-8 support. I've tried both --iconv=utf-8,iso88591 and --iconv=. and the result is the same: [sender] cannot convert filename: Chris Botti _ Michael Bubl\#351 (Invalid argument) [sender] cannot convert filename: Stan Getz/Ballads and Bossa Nova/\#311 Preciso
2019 Feb 18
3
Encoding issues
Hi, We found a (to our eyes) strange behaviour that might be a bug. First a little bit of context. The 'units' package allows us to set the unit using both SE or NSE. E.g., these both work in the same way: units::set_units(1:10, "?m") #> Units: [?m] #> [1] 1 2 3 4 5 6 7 8 9 10 units::set_units(1:10, ?m) #> Units: [?m] #> [1] 1 2 3 4 5 6 7 8 9 10
2018 Apr 25
0
Samba 4 - ISO-8859-15 filenames not listed while browsing
Am Mittwoch, 25. April 2018, 15:31:50 CEST schrieb Ali SIMON via samba: > Thanks Jeremy, > > i'm analyzing this with the application team, we'll see what we can > find. > > I was hoping to find a way for the samba4 server to behave like > > samba3 (as in ignoring bad characters and replacing them with an > > underscore character), which in the end resulted in
2019 Feb 18
0
Encoding issues
>From "Writing R Extensions": "Only ASCII characters (and the control characters tab, formfeed, LF and CR) should be used in code files." So I am afraid you cannot use ?m. Gabor On Mon, Feb 18, 2019 at 3:36 PM I?aki Ucar <iucar at fedoraproject.org> wrote: > > Hi, > > We found a (to our eyes) strange behaviour that might be a bug. First > a little
2006 Aug 05
2
Frustrating locale setting error
Hi all, This has been very frustrating for me trying to get this acts_as_ferret working well on a Fedora box. On my mac it works great, no problems with locale, but when I put the code live on my Fedora server, it complains about the locale setting (Error occured at <analysis.c>:498 Error: exception 2 not handled: Error decoding input string. Check that you have the locale set
2010 May 20
3
Where to download the rsync binaries for Windows but NOT the cwrsync version?
When I go to page http://rsync.samba.org/download.html then there is no download of the windows binaries except the cwRsync version. However there must be such a pure-rsync binary version for Windows because I have already an old, outdated rsync.exe v3.0.4 So is there elsewhere a download site for the newest rsync for windows? Ben
2009 Oct 27
1
Locales and filenames
I have a file which contains non-ASCII characters (umlauts, accented characters, etc.) both in its filename as well as its content. The only way I have been able to see these characters is inside vim, where they are displayed correctly no matter what I have LANG set to. My default LANG is en_US.utf8, but I have tried de_DE.utf8, de_DE.iso88591, and various others. In the output of a
2009 Apr 08
1
read.spss, locale and encodings
I must be missing something obvious here: According to the help page for read.spss, the reencode option is only active when R is run under a UTF-8 locale. read.spss can only import the SPSS file when run under a iso88591(5) locale, under a UTF-8 locale I get: Error in read.spss("wo.sav") : error reading system-file header In addition: Warning message: In read.spss("wo.sav")
2009 Apr 07
0
Converting a whole dataframe (including attributes) from latin1 to UTF-8
Hi list! Short version: How do I convert a whole data.frame from latin1 encoding to utf8? I get SPSS files with latin1 encoding. My OS is GNU/Linux and the locale sv_SE.utf8, and I normally interface R with Emacs/ESS. I have used the following hack to convert a data.frame in latin1 to utf8: > Sys.setlocale(category = "LC_ALL", locale = "sv_SE.iso88591") > foo <-
2008 Apr 17
4
Bad file modification date/time stamps created from windows clients
I'm running samba server version 3.0.28a on an HP-UX pa-risc machine with XP-pro windows clients. When a windows client creates a new file on the samba share the modification time is not set correctly. On the HP-UX side date/time stamp shows as: % ls -l README -rwxr--r-- 1 e6b564 users 1081 Dec 13 1901 README The date/time stamp is always "Dec 13 1901" ?
2019 Jan 14
5
Setting 'unix charset' kills the samba share
Hello, When I define *unix charset = ISO-8859-1* in *smb.conf*, it does not work. When I comment it, the share works fine. However, we need to define the charset... When unix charset is Here is the global section of smb.conf [global] workgroup = COMPANY realm = COMPANY.COM security = ADS winbind use default domain = true winbind offline logon = true idmap config * :
2005 Oct 31
1
unicode/control characters displaying as ? with cifsfs
greeting samba.general; i am trying to set up a backup server to archive files from a windows 2000 fileserver, and i can't seem to get filenames containing non-ascii characters to appear correctly on the linux box. my windows server: windows 2000 service pack 4 my linux server: debian 3.1 kernel 2.6.13.3 with these options: CONFIG_CIFS=m # CONFIG_CIFS_STATS is not set #
2018 Apr 25
2
Samba 4 - ISO-8859-15 filenames not listed while browsing
Thanks Jeremy, i'm analyzing this with the application team, we'll see what we can find. > I was hoping to find a way for the samba4 server to behave like samba3 (as > in ignoring bad characters and replacing them with an underscore > character), which in the end resulted in the best compromise. In the meantime, do you have any idea why there is difference between the two
2010 Nov 24
4
R encoding question
Hi, I am using RpgSQL to retrieve data from a PostgreSQL database wich is with encoding UTF8, and I have some Chinese character in one of the columns, unfortunately R can't show it correctly. > df <- dbGetQuery(con, "select * from test") > df a b 1 1 ????????\xa2 2 2 ???? EURO\xa1 I see the following option, do I need to change the encoding option to show
2007 Apr 28
3
Perpendicular symbol in plotmath?
Hey, Does anyone know of an equivalent to the LaTeX \perp (perpendicular) symbol for adding to R plots? Parallel is easy enough ("||"), but I haven't been able to find a way of adding perpendicular. The plotmath documentation doesn't mention how to do it, so I'm inclined to think that it doesn't exist - but surely there must be some way of achieving the desired result,
2007 May 04
2
Qt device update
Hi, a few days back I had asked for help on a Qt device package. Thanks to hints from Duncan TL and Thomas Friedrichsmeier, I now have something more or less functional. For those interested, It can be downloaded from http://dsarkar.fhcrc.org/R/R-Qt.html I have a couple of related questions. First, dev.interactive(), used in example() and many demo()-s to decide if the current device is