Details
-
Type:
Improvement
-
Status:
Closed
-
Priority:
Trivial
-
Resolution: Fixed
-
Affects Version/s: JRuby 1.0.0
-
Fix Version/s: JRuby 1.0.2, JRuby 1.0.3, JRuby 1.1b1
-
Component/s: Core Classes/Modules
-
Labels:None
-
Environment:windows vista business
jdk1.5.0_12
jruby 1.0.0
-
Testcase included:yes
-
Number of attachments :
Description
・Base64Coder#encode(String) use "String#getBytes()"
・affected from environment (ex. my japanese env)
・Base64Coder#encode(String) is not used (from other java source code).
therefore, i think
・parameter encoding can be specified. [with patch]
or
・remove Base64Coder#encode(String)
thanks
kennyj
Are you providing this patch simply because you want to use Base64Coder? I believe it may be used in other libraries, perhaps we could just add the method you are looking for?