[QGIS-trac] [Quantum GIS] #2315: QGIS exceptions does not support
unicode
Quantum GIS
qgis at qgis.org
Wed Dec 23 05:48:09 EST 2009
#2315: QGIS exceptions does not support unicode
-----------------------------------------------------+----------------------
Reporter: marisn | Owner: dassau
Type: bug | Status: new
Priority: minor: annoyance | Milestone: Version 2.0.0
Component: Translations and internationalisation | Version: HEAD
Keywords: | Platform_version:
Platform: All | Must_fix: No
Status_info: 0 |
-----------------------------------------------------+----------------------
Current exception handling in QGIS can not display correctly non-ascii
error messages. Still there is a code, that migh emit exception with
unicode text as it's content. Currently such text is displayed as ascii
string (non-ascii chars are grabbled). Such issue could be solved, if
exception text would be stored as a QString, still as I have no skills in
C++ and Qt, I can't provide patches :(
Example:
https://trac.osgeo.org/qgis/browser/trunk/qgis/src/core/qgscoordinatetransform.cpp?rev=12550#L473
--
Ticket URL: <https://trac.osgeo.org/qgis/ticket/2315>
Quantum GIS <http://qgis.org>
Quantum GIS is an Open Source GIS viewer/editor supporting OGR, PostGIS, and GRASS formats
More information about the QGIS-trac
mailing list