similar to: trouble with accentuated characters in \title tag in Rd file

Displaying 20 results from an estimated 6000 matches similar to: "trouble with accentuated characters in \title tag in Rd file"

2013 Jan 12
0
trouble with accentuated characters in \title tag in Rd file
Hi, I have a weird issue when creating a package with latin1 encoding. All works fine except the fact that I can't put non-ASCII characters in the title tag. There is NA in the place of the title in the pdf file of the documentation. I can put non-ASCII characters in the other tags (description, details...). I well verified that I put in the DESCRIPTION file the line : Encoding:
2018 Mar 28
5
Accentuated characters issue when receiving attributes from "samba user syncpasswords"
I receive stdin input from "samba user syncpasswords" in my python script. The user is created with ' Active Directory Users and Computers', and have some accentuated characters in their givenName and/or familyName (sn) When parsing the diff, the CN reads of, but weird characters appears in the attributes instead of the right name : INFO:root:DN found: CN=Arsène
2018 Mar 28
1
Accentuated characters issue when receiving attributes from "samba user syncpasswords"
On Wed, 2018-03-28 at 16:06 +0200, Reindl Harald via samba wrote: > > Am 28.03.2018 um 15:52 schrieb Lapin Blanc via samba: > > I receive stdin input from "samba user syncpasswords" in my python script. > > The user is created with ' Active Directory Users and Computers', and have > > some accentuated characters in their givenName and/or familyName (sn)
2003 May 20
1
french accentuated letters
Hello, I run samba 2.2.8 on solaris and when I mount my home from a WXP box I don't see files of which names contain accentuated letters ? Regards Jean Frontin System team I R I T Universit? Paul-Sabatier 118, rte de Narbonne 31062 Toulouse cedex 04 France tel (33)(0)5 61 55 63 03 mail frontin@irit.fr
2006 Jan 05
0
render :partial, accentuated characters and Ajax preview
Hi all, I added a textile preview Ajax - 1 - button to an edit page, and accentuated characters now show up corrupted (but only in the preview area) As - they are displayed correctly in the rest of the page, - they are still correct when they reach the ''preview'' controller , I guess "render :partial" is the culprit. Is there a way to tell render how to render
2018 Mar 28
0
broken mailing-list -> Re: Accentuated characters issue when receiving attributes from "samba user syncpasswords"
Am 28.03.2018 um 16:50 schrieb Lapin Blanc: > Thank you for the tip, i'll use it, but how come it's correctly encoded > in the DN and not in the attribute ? > Is it related to the ldif format or something ? no idea and hence *do not* reply privately on mailing-lists i just recognize base64 when i see it proper mail clients respect List-Post: <mailto:samba at
2018 Mar 28
0
broken mailing-list -> Re: Accentuated characters issue when receiving attributes from "samba user syncpasswords"
Am 28.03.2018 um 17:21 schrieb Rowland Penny via samba: > On Wed, 28 Mar 2018 16:59:19 +0200 > Reindl Harald via samba <samba at lists.samba.org> wrote: > >> >> >> Am 28.03.2018 um 16:50 schrieb Lapin Blanc: >>> Thank you for the tip, i'll use it, but how come it's correctly >>> encoded in the DN and not in the attribute ? >>> Is
2010 Oct 03
1
Encoding problem in Rd file
Dear all, I have a problem with an Rd file containing French accentuated characters. I have uploaded the file at http://filex.cirad.fr/get?k=cjW7lImMaNC6Ci2vX0H I have declared Encoding: latin1 in the package DESCRIPTION file and I have added \encoding{latin1} in the header of the Rd file. When I compile the package manual, I have LaTeX errors: ! Package inputenc Error: Unicode char \u8:?F
2018 Mar 19
2
Accentuated email addresses stored in LDAP
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On Mon, 19 Mar 2018, Andr? Rodier wrote: > I had to use base64 encoding to store email addresses, because they are > rejected otherwise, with an error message of illegal characters. I also you are using the stock "mail" attribute in LDAP as: olcAttributeTypes: ( 0.9.2342.19200300.100.1.3 NAME ( 'mail'
2018 Mar 28
2
broken mailing-list -> Re: Accentuated characters issue when receiving attributes from "samba user syncpasswords"
On Wed, 28 Mar 2018 16:59:19 +0200 Reindl Harald via samba <samba at lists.samba.org> wrote: > > > Am 28.03.2018 um 16:50 schrieb Lapin Blanc: > > Thank you for the tip, i'll use it, but how come it's correctly > > encoded in the DN and not in the attribute ? > > Is it related to the ldif format or something ? > > no idea and hence *do not* reply
2001 Nov 28
17
problem of access with files accentuated
I need of helps for do backup of a server windows2000(english). In the files accentuated, presents to following message: ERRDOS - ERRbadfile (File not found.) opening remote file \f\adm\Arquivos diversos e tempor rios\Tabela Master de Importaao.xls (\f\adm\Arquivos diversos e temporarios\ They are more of 60 pages with this message. When I rename the name of the file to without accent, it
2007 Jul 01
1
ActiveRecord: why does 'self.name' and 'name' both work?
I''m trying to figure out why both ''self.name'' and ''name'' work in a model class. For example: class Category < ActiveRecord::Base before_save :set_permalink private def set_permalink # both work self.permalink = name self.permalink = self.name # doesn''t work permalink = name @permalink = name @permalink =
2018 Mar 19
2
Accentuated email addresses stored in LDAP
On 19.03.2018 07:58, Alexander Dalloz wrote: > Am 18.03.2018 um 23:25 schrieb Andr? Rodier: >> Every other alias works, but not those with accents. They are correctly >> stored in the LDAP database, using base64. > > Why do you even think a character like '?' would be legal in the local > part of an email address? > > Alexander > Hi! This is slightly more
2006 Oct 19
2
How to deal with accentuated chars in 0.10.8?
I''m startin to use Ferret and acts_as_ferret. I need to use something like EuropeanAnalyzer (http://olivier.liquid-concept.com/fr/pages/2006_acts_as_ferret_accentuated_chars). By example, if the user search by "gonzalez" you can find documents taht contents the term "gonz?lez" (gonz&aacute;lez) The EuropeanAnalyzer is based on Ferret::Analysis::TokenFilter,
2018 Mar 19
0
Accentuated email addresses stored in LDAP
On 19/03/18 06:30, Aki Tuomi wrote: > > > On 19.03.2018 07:58, Alexander Dalloz wrote: >> Am 18.03.2018 um 23:25 schrieb Andr? Rodier: >>> Every other alias works, but not those with accents. They are correctly >>> stored in the LDAP database, using base64. >> >> Why do you even think a character like '?' would be legal in the local >>
2018 Mar 19
0
Accentuated email addresses stored in LDAP
On 19/03/2018 07:23, Steffen Kaiser wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > On Mon, 19 Mar 2018, Andr? Rodier wrote: > >> I had to use base64 encoding to store email addresses, because they >> are >> rejected otherwise, with an error message of illegal characters. I >> also > > you are using the stock "mail" attribute
2018 Mar 28
0
broken mailing-list -> Re: Accentuated characters issue when receiving attributes from "samba user syncpasswords"
Am 28.03.2018 um 19:17 schrieb Rowland Penny via samba: > We are not going to agree on this, Mailman is not adding the > 'Reply-To' , I have checked. You say that you are not adding it, so it > must be coming from somewhere else, but where is unknown. Could it be > Thunderbird? no it could not why should Thunderbird invite a header in the *middle* of *reveived message
2018 Mar 28
0
broken mailing-list -> Re: Accentuated characters issue when receiving attributes from "samba user syncpasswords"
Am 28.03.2018 um 18:07 schrieb Rowland Penny via samba: > On Wed, 28 Mar 2018 17:32:33 +0200 > Reindl Harald via samba <samba at lists.samba.org> wrote: > >> >> >> Am 28.03.2018 um 17:21 schrieb Rowland Penny via samba: >>> On Wed, 28 Mar 2018 16:59:19 +0200 >>> Reindl Harald via samba <samba at lists.samba.org> wrote: >>>
2018 Mar 28
3
broken mailing-list -> Re: Accentuated characters issue when receiving attributes from "samba user syncpasswords"
On Wed, 28 Mar 2018 18:54:16 +0200 Reindl Harald via samba <samba at lists.samba.org> wrote: > > > Am 28.03.2018 um 18:47 schrieb Rowland Penny via samba: > > On Wed, 28 Mar 2018 18:22:16 +0200 > > Reindl Harald via samba <samba at lists.samba.org> wrote: > > > >> > >> > >> Am 28.03.2018 um 18:07 schrieb Rowland Penny via samba:
2018 Mar 28
0
broken mailing-list -> Re: Accentuated characters issue when receiving attributes from "samba user syncpasswords"
Am 28.03.2018 um 18:47 schrieb Rowland Penny via samba: > On Wed, 28 Mar 2018 18:22:16 +0200 > Reindl Harald via samba <samba at lists.samba.org> wrote: > >> >> >> Am 28.03.2018 um 18:07 schrieb Rowland Penny via samba: >>> On Wed, 28 Mar 2018 17:32:33 +0200 >>> Reindl Harald via samba <samba at lists.samba.org> wrote: >>>