Opened 7 years ago
Closed 7 years ago
#3530 closed defect (duplicate)
wxgui: refreshing display after erasing displayed map creates encoding error
Reported by: | mlennert | Owned by: | |
---|---|---|---|
Priority: | normal | Milestone: | 7.4.1 |
Component: | wxGUI | Version: | svn-trunk |
Keywords: | encoding rendering | Cc: | |
CPU: | Unspecified | Platform: | Unspecified |
Description
When I display a map, then erase it and then refresh the display, I get the following encoding error with a fresh trunk:
Traceback (most recent call last): File "/home/mlennert/SRC/GRASS/grass_trunk/dist.x86_64-pc- linux-gnu/gui/wxpython/core/gthread.py", line 117, in OnDone event.ondone(event) File "/home/mlennert/SRC/GRASS/grass_trunk/dist.x86_64-pc- linux-gnu/gui/wxpython/core/render.py", line 434, in OnRenderDone (self.layer, event.ret, time.time() - self._startTime)) UnicodeDecodeError : 'ascii' codec can't decode byte 0xc3 in position 70: ordinal not in range(128)
My build info:
g.version -g version=7.5.svn date=2018 revision=r72399 build_date=2018-03-20 build_platform=x86_64-pc-linux-gnu build_off_t_size=8
My locale info:
> locale LANG=fr_BE LANGUAGE=fr_BE LC_CTYPE=fr_BE.UTF-8 LC_NUMERIC=C LC_TIME=fr_BE.UTF-8 LC_COLLATE=fr_BE.UTF-8 LC_MONETARY=fr_BE.UTF-8 LC_MESSAGES=fr_BE.UTF-8 LC_PAPER=fr_BE.UTF-8 LC_NAME=fr_BE.UTF-8 LC_ADDRESS=fr_BE.UTF-8 LC_TELEPHONE=fr_BE.UTF-8 LC_MEASUREMENT=fr_BE.UTF-8 LC_IDENTIFICATION=fr_BE.UTF-8 LC_ALL=
Change History (2)
follow-up: 2 comment:1 by , 7 years ago
comment:2 by , 7 years ago
Resolution: | → duplicate |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
See also #3517