Modify ↓
#1797 closed defect (fixed)
[PATCH] DirectUpload plugin incorrectly encodes the description text (and probably tags too) when uploading
| Reported by: | Owned by: | ||
|---|---|---|---|
| Priority: | minor | Milestone: | |
| Component: | Plugin | Version: | latest |
| Keywords: | Cc: |
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 (3)
by , 17 years ago
| Attachment: | DirectUpload.patch added |
|---|
comment:3 by , 17 years ago
| Summary: | DirectUpload plugin incorrectly encodes the description text (and probably tags too) when uploading → [PATCH] DirectUpload plugin incorrectly encodes the description text (and probably tags too) when uploading |
|---|
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).