Changes between Initial Version and Version 1 of Ticket #3925, comment 12


Ignore:
Timestamp:
Feb 12, 2020, 11:49:29 AM (4 years ago)
Author:
mmetz

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #3925, comment 12

    initial v1  
    1 Replying to [comment:5 hellik]:
    2 > Replying to [comment:4 hellik]:
    3 > > v.db.select output of the geonames data:
    4 > >
    5 > > [...]
    6 > >
    7 > > v.db.select seems to work, but some encoding issues also there, e.g. **Weiße Ries|Weisse Ries**
    8 
    9 This was apparently running v.db.select on the command line, not in the GRASS python console.
    10 >
    11 > starting v.db.select pops up the same encoding error:
    12 >
    13 > {{{
    14 > Exception in thread Thread-20:
    15 > Traceback (most recent call last):
    16 >   File "C:\OSGEO4~1\apps\Python37\lib\threading.py", line
    17 > 917, in _bootstrap_inner
    18 >     self.run()
    19 >   File "C:\OSGEO4~1\apps\grass\grass78\gui\wxpython\core\gco
    20 > nsole.py", line 162, in run
    21 > in position 840: character maps to <undefined>
    22 > [...]
    23 > }}}
    24 
    25 This was apparently running v.db.select using the GUI.
    26 
    27 Maybe the decoding must be adjusted according to the input.
    28 
    29 If input is the output of a GRASS db query, the same encoding needs to be used that is used in the GRASS db.
    30 
    31 If input is provided by the user, the system's