Bug#348856: dumpasn1: doesn't properly display localized BMPString

2012-06-13 Thread Mathieu Malaterre
tags 348856 help thanks On Tue, Jun 12, 2012 at 1:42 PM, Peter Gutmann wrote: >>Here is some documentation I found online: >> >>http://www.cplusplus.com/forum/beginner/20016/ > > The "%ls" is just a variant of the "$lc" that I've already tried, at best I > get a few characters where they represen

Bug#348856: dumpasn1: doesn't properly display localized BMPString

2012-06-08 Thread Mathieu Malaterre
On Thu, May 24, 2012 at 4:30 PM, Peter Gutmann wrote: >>Here is what I am doing: > > Hmm, and I get the same on the machine I'm currently on.  I remember trying > various things with fwide() and setlocale() and other things suggested on > various web pages and not really getting anywhere (see e.g.

Bug#348856: dumpasn1: doesn't properly display localized BMPString

2012-05-24 Thread Peter Gutmann
>Here is what I am doing: Hmm, and I get the same on the machine I'm currently on. I remember trying various things with fwide() and setlocale() and other things suggested on various web pages and not really getting anywhere (see e.g. http://www.unix.com/programming/18831-how-display-unicode-char

Bug#348856: dumpasn1: doesn't properly display localized BMPString

2012-05-15 Thread Mathieu Malaterre
Peter, On Mon, May 14, 2012 at 4:41 PM, Peter Gutmann wrote: > Note though that the dumpasn1 version that's referenced there seems to be > several years out of date, the code hasn't used wprintf() for awhile. Here is what I am doing: $ wget http://www.cs.auckland.ac.nz/~pgut001/dumpasn1.c $ gcc

Bug#348856: dumpasn1: doesn't properly display localized BMPString

2012-05-14 Thread Peter Gutmann
Note though that the dumpasn1 version that's referenced there seems to be several years out of date, the code hasn't used wprintf() for awhile. Peter. -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debia

Bug#348856: dumpasn1: doesn't properly display localized BMPString

2012-05-14 Thread Mathieu Malaterre
Updated patch. dumpasn1.bmpstring.diff Description: Binary data

Bug#348856: dumpasn1: doesn't properly display localized BMPString

2012-05-14 Thread Peter Gutmann
Hi, >Could you please comment on the bug #348856, accessible directly at: >http://bugs.debian.org/348856 > >We have been requesting sample dataset to reproduce the issue without luck so >far. I cannot work on this without a way to reproduce it or your direct >confirmation. Here's a BMPString cert

Bug#348856: dumpasn1: doesn't properly display localized BMPString

2012-05-14 Thread Mathieu Malaterre
tags 348856 confirmed thanks On Mon, May 14, 2012 at 3:50 PM, Peter Gutmann wrote: > Hi, > >>Could you please comment on the bug #348856, accessible directly at: >>http://bugs.debian.org/348856 >> >>We have been requesting sample dataset to reproduce the issue without luck so >>far. I cannot work

Bug#348856: dumpasn1: doesn't properly display localized BMPString

2012-05-14 Thread Mathieu Malaterre
Peter, Could you please comment on the bug #348856, accessible directly at: http://bugs.debian.org/348856 We have been requesting sample dataset to reproduce the issue without luck so far. I cannot work on this without a way to reproduce it or your direct confirmation. Thanks much again,

Bug#348856: dumpasn1 doesn't properly display localized BMPString

2011-03-19 Thread Pierre Habouzit
On Thu, Jan 19, 2006 at 03:41:25PM +0300, Victor B. Wagner wrote: > Package: dumpasn1 > Version: 20030222-1 > Severity: normal > Tags: patch > > > Dumpasn1 have code to convert unicode values in BMPString into current > locale, but this code doesn't work, because there is no setlocale call > in t

Bug#348856: dumpasn1 doesn't properly display localized BMPString

2006-01-19 Thread Victor B. Wagner
Package: dumpasn1 Version: 20030222-1 Severity: normal Tags: patch Dumpasn1 have code to convert unicode values in BMPString into current locale, but this code doesn't work, because there is no setlocale call in the program. Also i've found that call to wprintf function as written in dumpasn1 so