Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
Many methods use the getBytes() method on Strings, however getBytes() uses the platform default encoding, which may not be suitable.
It's also a bit inefficient to keep encoding the same strings.