Problem with accents in certificate...

2006-06-13 Thread Bastien Gauthier
Hi,   I use OpenSSL to retrieve informations from a certificate, but when an accent is present (« é », « è », …) the « openssl x509 –text » return the accent in a bad encoding ?   Stéphan become St\xC3\xA9phan… Is there a way to avoid this ? Thank you,   BASTIEN Gauthier Service Info

Re: Problem with accents in certificate...

2006-06-13 Thread Victor Duchovni
On Tue, Jun 13, 2006 at 05:03:16PM +0200, Bastien Gauthier wrote: > I use OpenSSL to retrieve informations from a certificate, but when an > accent is present (? ? ?, ? ? ?, ...) the ? openssl x509 -text ? return > the accent in a bad encoding ? > > St?phan become St\xC3\xA9phan... > > Is there

Re: Problem with accents in certificate...

2006-06-13 Thread Peter Sylvester
If your shell is using utf8 you can use -nameopt utf8 Victor Duchovni wrote: On Tue, Jun 13, 2006 at 05:03:16PM +0200, Bastien Gauthier wrote: I use OpenSSL to retrieve informations from a certificate, but when an accent is present (? ? ?, ? ? ?, ...) the ? openssl x509 -text ? return the a

Re: Problem with accents in certificate...

2006-06-13 Thread Dr. Stephen Henson
On Tue, Jun 13, 2006, Bastien Gauthier wrote: > Hi, > > > > I use OpenSSL to retrieve informations from a certificate, but when an accent > is present (« é », « è », ...) the « openssl x509 -text » return the accent > in a bad encoding ? > > > > Stéphan become St\xC3\xA9phan... > > Is

RE: Problem with accents in certificate...

2006-06-13 Thread Bastien Gauthier
thier Service Informatique - Administration Communale de Sambreville 071/260.247 http://www.sambreville.be -Message d'origine- De : [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] De la part de Victor Duchovni Envoyé : mardi 13 juin 2006 17:52 À : openssl-users@openssl.org Objet : Re: Problem wi

RE: Problem with accents in certificate...

2006-06-14 Thread Bastien Gauthier
0.247 http://www.sambreville.be -Message d'origine- De : [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] De la part de Bastien Gauthier Envoyé : mercredi 14 juin 2006 8:31 À : openssl-users@openssl.org Objet : RE: Problem with accents in certificate... So the returned strings is UTF-8 ? That is what