Actions
Bug #338
closedURLdecode data from tmdb, such as description.
Start date:
30 May 2014
Due date:
% Done:
100%
Estimated time:
Severity:
03 - Medium
Description
The description for Toy Story includes non-printing characters that can probably be removed by using urldecode on the data.
Updated by Hammel over 10 years ago
- Status changed from New to Closed
- % Done changed from 0 to 100
This is implemented in the display though the database retains the URLencoding. This doesn't seem to clear some strange data returned from tmdb. But it's implemented so this issue can be closed. Whatever those strange characters are will have to be dealt with in a different issue (probably a UTF encoding problem).
Actions