Bug #4448
ASCII Characters
Status:
Closed
Priority:
Low
Assignee:
-
Category:
Server
Target version:
-
Start date:
07/29/2013
Due date:
% Done:
0%
Estimated time:
Description
Allow ASCII characters to be entered. If nothing else I think Greek characters would be a good place to start.
History
#1 Updated by Kyle Hazelwood over 7 years ago
- Tracker changed from Idea to Bug
- Category set to Server
- Priority changed from Normal to Low
This is a bug associated with the JSoup library I am using for html sanitizing. Somewhere the character encoding is being lost. UTF-8 is compatiable with JSoup but JSoup is not seeing the unicode and ASCII characters as UTF-8. From submission does encode to UTF-8 and all inputstreams are in UTF-8 so I'm unsure where the disconnect is.
#2 Updated by Kyle Hazelwood almost 7 years ago
- Status changed from New to Closed
Fixed and released. The problem was that the Jsoup library was not properly escaping ASCII characters.