Re: [opensc-devel] converting source code from latin1 to UTF-8

2006-12-19 Thread Andreas Jellinghaus
Ludovic Rousseau wrote: I used: "find -name '*.[ch]' | xargs recode latin1..utf8" to convert the OpenSC source code files. thanks, I ran that on all files and commited them in several batches. please everyone test if the source still works fine, most important on windows. stef, peter: I left t

Re: [opensc-devel] converting source code from latin1 to UTF-8

2006-12-19 Thread Ludovic Rousseau
On 18/12/06, Andreas Jellinghaus <[EMAIL PROTECTED]> wrote: Ludovic Rousseau wrote: > On 16/12/06, Andreas Jellinghaus <[EMAIL PROTECTED]> wrote: >> I checked the pkcs15-tcos.c, it does not use german umlaut in the cert >> names, but uses "ue" and friends, i.e. ascii only. > > Can you give me the