Displaying 20 results from an estimated 1000 matches similar to: "problems in MacOS X, connecting to shares with accents in name"
2005 Nov 07
2
Trust Accounts and Machine Name Case
I've been very frustrated with getting XP to connect to samba.
I added a machine account on Linux
useradd -g workstation -d /dev/null -s /bin/false xpmachine$
then pdbedit -a -m -u xpmachine
on XP i change the name to xpmachine and connect as root.
I'm welcomed into my domain as expected
When I reboot I cannot login because my account isn't recognized
although I can login as
2006 Mar 22
4
Serialized form... problems with accents
Hi,
I''m working on a french website and I use the Form.serialize method to
send the info through AJAX. The thing is that the accentuated letters
(é,ê,à, etc.) don''t get replaced by their HTML entities and they get
corrupted when retrieving the data. How could I fix that?
thanks a lot,
Blaise Bernie
2002 Jul 31
2
PDC samba
Hi,
Got two questions.
1. If I'd added a machine to my domain (using samba as pdc) with the
followig commands:
/usr/sbin/useradd -g machines -c XPMachine -d /dev/null -s /bin/false $1$
/usr/bin/smbpasswd -a -m $1$
How should I then remove one of them if made a mistake osv?
2. How can I change the adminpassword for PDC?
/Jens THX
2010 Feb 22
2
Accents problem
Hi,
I've a problem with the accents. How do I configure Xapian to ignore
the accents in the search/indexes?
Thanks,
Nuno Mariz
2009 Jun 09
2
Sweave and accents
Hello.
I want to write my notes in Sweave in my own language (spanish). But
my language has accents and when I run Sweave in R to translate my Snw
file into the tex file the accents are translated into unrecognizable
characters.
For example, the word "cami?n" (truck) is translated into "cami??n"
Somebody knows how can I do it?
One solution I don't like is using a
2018 Jul 25
0
Search requests should ignore accents (C++ API)?
On Wed, Jul 25, 2018 at 04:33:58PM +0200, Kim Walisch wrote:
> I am using libxapian in a C++ project (hence I am using Xapian's C++ API)
> and some user has requested that search requests should ignore accents.
> E.g. when the user searches for "Herr Müller" he expects that "Herr Muller"
> is also a search hit.
Simply stripping accents can be a reasonable
2003 Nov 17
3
Accents in R
Hi,
How can I include accents and signs like '?' '?' in the plots generated by R?
I try, but R automatically transforms the name
ex:
> countries <- c("M?xico", "Espa?a")
> countries
[1] "M\216?xico" "Espa\216?a"
>
I've seen in some Spanish texts about R how is it normal to include labels of
the plots and other names with
2002 Sep 19
1
Use of font with accents in graphs
Hi,
I was searching archives, manuals and web to solve usage of fonts
with accents in R, but I was not succesfull.
Had anybody solve problem with usage of fonts with accents
(czech)?
Thanks for advice,
Jakub Zlamal
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send
2018 Jul 25
2
Search requests should ignore accents (C++ API)?
Hi,
I am using libxapian in a C++ project (hence I am using Xapian's C++ API)
and some user has requested that search requests should ignore accents.
E.g. when the user searches for "Herr Müller" he expects that "Herr Muller"
is also a search hit.
Is this possible in Xapian?
Do you have any links to the documentation of that feature?
Thanks for your help,
Kim
2005 Sep 15
3
means comparison in R (post-hoc test)
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hi.
I have been using SAS for some time, and now I have discovered R. I am
very happy with it, but I have not found out how to perform some of the
multiple comparisons I was used to do in SAS.
With the SAS/STAT, I generally used the MEANS (for comparison of
arithmetic means) and the LSMEANS (for adjusted means) statements of the
GLM procedure (I
2004 Nov 25
1
substitute accents
I have an openoffice spreadsheet with a column of
character strings.
Some of them contain accents.
I want to read it in R so I have saved it as a csv
file using Western Europe (ISO-8859-1) character set
(the default, I've tried other sets but it doesn't
help).
R reads it fine with
CharMatrix<-read.csv("test.csv",header=F,sep=",",as.is=TRUE);
Say I wan't to
2012 Jul 30
1
Accents and special character using hwriter (on Windows)
Hello,
I have a problem with special characters such as "?" or "?" when using
hwriter. This only happens when I use windows, it works fine on mac. If I
do:
print(datosdv)
"Ciencias Sociales y Jur?dicas n:74 | 33.94%"
but:
hwrite(datosdv, p, br=TRUE)
"Ciencias Sociales y Jur?dicas n:74 | 33.94%"
The bad sign is in the code, is not a problem of the
2010 Sep 07
1
remove accents in strings
Dear all, there is a R function to remove all accents in strings?
best regards.
JL
[[alternative HTML version deleted]]
2008 Sep 02
2
MySQL lookups on VARCHAR with accents
I am running into problems with MySQL and lookups. The table has character
set utf8, but:
mysql> select id, token from tokens where token = ''esta'';
+-------+-------+
| id | token |
+-------+-------+
| 83417 | está |
+-------+-------+
1 row in set (0.00 sec)
How do I configure things so MySQL doesn''t ignore accents?
TIA,
Jeffrey
2003 Feb 12
2
Comment fields don't like accents!
Anyone know, under Linux, how to get accents (hoping for u with an
umlaut, for example) into a comment field? They're happily in the
comment file I'm using as a source (or on the command line), but they
get translated into # either when I do vorbiscomment -a or
vorbiscomment -l (not sure which, but XMMS also sees # instead of the
right char, which implies the first).
title=Die Sch#ne
2013 Nov 28
1
Samba core dump - files with accents
Hi all,
I have a samba install that is coring dump every time a file with accents
on the file name is accessed.
Do any one knows how to work around this?
I'm using samba version 4.
Please let me know if you guys need any more info regarding my install.
Thanks in advance.
Leon
2006 Oct 11
3
Accents
Hello, I''m having troubles with accents in words I retrieve from
database.
What I expect is ''Retención'' but what I get is ''Retenci?n''. When I
retrieve that info with a Java app it
works fine. Is there any solution?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
2010 Aug 04
2
French accents on characters
Hello
Could someone please direct me to the correct commands for adding accents
(grave and aigu) to a letter in a plot title, label, or in added text? I'm
sure there's a handy list somewhere, but I've failed in coming up with the
correct search words to find it.
Thank you muchly!
Jen
2008 Aug 19
1
Problem with accents
Hi,
?Why my Windows application does not allow me to use accents with wine? I have read in some post that wine detects the locale automatically, ?What can be the problem?
I use:
Ubuntu 8.04.1
Wine 1.0
LANG=es_ES.UTF-8
Thanks.
2004 Oct 01
0
rebelotte samba et les accents....je m'en sort pas
Bonjour,
je reviens ? l'attaque avec mes probl?mes d'accents sous samba.
Depuis la mise ? jour de mes serveurs (mandrake 10 samba 3.0.2a), j'ai des probl?mes avec les
fichiers enregistr?s par les utilisateurs.
Mon fichier de conf samba ne comporte pas les lignes suivantes :
dos charset = cp850
display charset = cp850
unix charset = ISO8859-15
d'ailleurs je suis bien embarrass?