aboutsummaryrefslogtreecommitdiffstats
path: root/main/src/cgeo/geocaching/utils/HtmlUtils.java
Commit message (Collapse)AuthorAgeFilesLines
* Fixes #2538 - German Umlauts in image caption and descriptionkoem2013-03-181-26/+0
| | | | | | | changes: * post requests are done with UTF-8 now * deleted conversion of non latin characters * deleted corresponding test method and class
* Fixes #2538 - German umlauts for image uploadkoem2013-03-131-1/+1
|
* ImageUpload - fine-tuningrsudev2013-02-181-2/+2
| | | | | | Removed test code and comments Some error-handling Localizability
* Convert non-Latin characters in uploaded text to HTML equivalentscampbeb2013-01-191-0/+25
| | | | Add new HtmlUtil function for this as it needs to occur in multiple places
* fix #1996: Translate is opening browser instead of translate appBananeweizen2012-09-011-0/+56