Class StringUtils
java.lang.Object
zext.plantuml.com.google.zxing.common.StringUtils
Common string-related functions.
-
Field Summary
Fields -
Method Summary
-
Field Details
-
SHIFT_JIS
- See Also:
-
-
Method Details
-
guessEncoding
- Parameters:
bytes- bytes encoding a string, whose encoding should be guessedhints- decode hints if applicable- Returns:
- name of guessed encoding; at the moment will only guess one of:
SHIFT_JIS,UTF8,ISO88591, or the platform default encoding if none of these can possibly be correct
-