#1664: Texts in command dialogs are garbled
----------------------------------+-----------------------------------------
Reporter: wenzeslaus | Owner: grass-dev@…
Type: defect | Status: new
Priority: normal | Milestone:
Component: Default | Version: unspecified
Keywords: encoding translation | Platform: MSWindows 7
Cpu: Unspecified |
----------------------------------+-----------------------------------------
Generated command dialogs show garbled texts. It does not apply to buttons
and other strings which comes directly from Python code. It applies to
string which comes from module option description (but with some
translation activated).
Acutes and other diacritics signs are shown before letters. However this
is detail and it can differ between languages/encodings.
It is necessary to test this with language which uses non-ascii
characters. System encoding has to be other than UTF-8. It is not known if
this can be reproduced on systems other than Windows.
Problem can by in piping and reading piped text. It happens in files:
{{{
lib/gis/parser_interface.c
lib/python/task.py
}}}
Does it also affect GRASS 7? If yes, then we have to change automatic GUI
generation to work around this issue as Microsoft isn't going to change
all of broken ways how Windows works