code-google-com / qdevelop

Automatically exported from code.google.com/p/qdevelop
GNU General Public License v2.0
1 stars 1 forks source link

Proposal for incorrect win32 console output correction #323

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Running QDevelop under Russian Windows
2. Outputting any QString with qDebug()

What is the expected output? What do you see instead?
I expect correct encoding.
I get the incorrect one.

What version of the product are you using? On what operating system?
v0.25, v0.26

Please provide any additional information below.
As suggested in issue 193 the problem is the different system and console
encodings under Windows. The system one is win-1251 while the console runs
IBM-866.
I suggest to add an extra setting to the program, i.e. "override console
output encoding with...". Then the users running into this bug will be able
to set their correct encoding with multiple source code changes and product
rebuild.

Thank you in advance.

Original issue reported on code.google.com by denis.va...@gmail.com on 27 Nov 2008 at 2:51

GoogleCodeExporter commented 9 years ago
Please test patch I provided in issue 193

Original comment by Lord.Div...@gmail.com on 20 Jan 2009 at 12:48

GoogleCodeExporter commented 9 years ago
Fixed in revision 353.
If you encounter this problem with other languages please report new issue.

Original comment by Lord.Div...@gmail.com on 30 Jan 2009 at 11:21