diff options
| author | rsudev <rasch@munin-soft.de> | 2013-02-18 22:04:36 +0100 |
|---|---|---|
| committer | rsudev <rasch@munin-soft.de> | 2013-02-18 22:22:22 +0100 |
| commit | deb10abf3c288b7c453626e5126ebc912a24bc03 (patch) | |
| tree | a1a26f5fba27677b6914a755c7f407dcc139424b /main/src/cgeo/geocaching/utils | |
| parent | 8449a5359f0e554ddd962167cff91e20e21cf4bb (diff) | |
| download | cgeo-deb10abf3c288b7c453626e5126ebc912a24bc03.zip cgeo-deb10abf3c288b7c453626e5126ebc912a24bc03.tar.gz cgeo-deb10abf3c288b7c453626e5126ebc912a24bc03.tar.bz2 | |
ImageUpload - fine-tuning
Removed test code and comments
Some error-handling
Localizability
Diffstat (limited to 'main/src/cgeo/geocaching/utils')
| -rw-r--r-- | main/src/cgeo/geocaching/utils/HtmlUtils.java | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/main/src/cgeo/geocaching/utils/HtmlUtils.java b/main/src/cgeo/geocaching/utils/HtmlUtils.java index 9b627ac..30aa19b 100644 --- a/main/src/cgeo/geocaching/utils/HtmlUtils.java +++ b/main/src/cgeo/geocaching/utils/HtmlUtils.java @@ -54,8 +54,8 @@ public class HtmlUtils { } /** - * Convert any non-Latin characters into their HTML escaped equivalents - * + * Convert any non-Latin characters into HTML unicode entities + * * @param input * String * @return output String |
