We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69187b5 commit fe76026Copy full SHA for fe76026
1 file changed
src/java/org/apache/commons/codec/binary/StringBytesUtils.java
@@ -22,9 +22,12 @@
22
import org.apache.commons.codec.RequiredCharsetNames;
23
24
/**
25
- * Converts String to bytes using the encodings required by the Java specification.
+ * Converts String to bytes using the encodings required by the Java specification. These encodings are specified in <a
26
+ * href="http://java.sun.com/j2se/1.3/docs/api/java/lang/package-summary.html#charenc">JRE character encoding names</a>
27
*
28
* @see RequiredCharsetNames
29
+ * @see <a href="http://java.sun.com/j2se/1.3/docs/api/java/lang/package-summary.html#charenc">JRE character encoding
30
+ * names </a>
31
* @author <a href="mailto:ggregory@seagullsw.com">Gary Gregory</a>
32
* @version $Id: $
33
* @since 1.4
0 commit comments