Modify ↓
Opened 4 years ago
Closed 4 years ago
#1797 closed defect (fixed)
[PATCH] DirectUpload plugin incorrectly encodes the description text (and probably tags too) when uploading
| Reported by: | avar | Owned by: | Subhodip Biswas |
|---|---|---|---|
| Priority: | minor | Component: | Plugin |
| Version: | latest | Keywords: | npXlRxmMkWPB |
| Cc: | VFLqANNKx |
Description
See http://openstreetmap.org/user/%C3%86var%20Arnfj%C3%B6r%C3%B0%20Bjarmason/traces/264513 which has two incorrectly encoded characters.
Steps to reproduce:
- Import a trace
- DirectUpload
- Enter non-ascii text in the description/tags field, like "áóéú"
- Upload
- The text will be incorrectly encoded on the OSM website
Attachments (1)
Change History (4)
comment:1 Changed 4 years ago by stoecker
- Owner changed from subhodipbiswas@… to Subhodip Biswas
Changed 4 years ago by xeen
comment:3 Changed 4 years ago by xeen
- Summary changed from DirectUpload plugin incorrectly encodes the description text (and probably tags too) when uploading to [PATCH] DirectUpload plugin incorrectly encodes the description text (and probably tags too) when uploading
comment:4 Changed 4 years ago by anonymous
- Resolution set to fixed
- Status changed from new to closed
Applied in 13458.
Note: See
TracTickets for help on using
tickets.



The patch fixes the encoding issue and implements a minimal solution for #1876 (it shows a progress bar instead of hanging, but it doesn't actually report progress).