tixsys / esteid

Automatically exported from code.google.com/p/esteid
2 stars 0 forks source link

Filename #152

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Create .ddoc container
2. Rename filename to something containing non-ASCII characters like õäöüẽ
3. Try to open the container again

What is the expected output? What do you see instead?

The user is confirmed with the intro (Next & Cancel buttons) as usual but 
clicking on Next button does nothing and clicking again Next opens up file 
selection dialog altough user should be presented with container contents and 
signatures.

What version of the product are you using? On what operating system?

Debian Squeeze with following:
ii  libdigidoc2                          2.7.0-0~nightly1+svn3575+6.0      old 
digidoc library
ii  libdigidocpp0                        0.3.0-0~nightly2+svn3744+6.0      BDoc 
C++ library
ii  qdigidoc                             0.4.0-0~nightly3+svn3722+6.0      Qt 
based Digidoc client

Please provide any additional information below.

That should be all :)

Original issue reported on code.google.com by lauri.vo...@gmail.com on 13 Feb 2011 at 10:17

GoogleCodeExporter commented 9 years ago
This also happens when executing from command line: qdigidocclient  
õäöüẽ.ddoc

Original comment by lauri.vo...@gmail.com on 13 Feb 2011 at 10:26

GoogleCodeExporter commented 9 years ago
I had only LANG=et_EE.utf8, setting LC_ALL=et_EE.utf8 fixed the issue. Anyways 
I think qdigidoc should assume utf8 encoding for filenames on GNU/Linux systems 
at least :)

Original comment by lauri.vo...@gmail.com on 13 Feb 2011 at 10:33