StringUtils.normalizeCharset

Convert alternate charset names (eg utf8) to normalized name (eg UTF-8).

@param s the charset to normalize @return the normalized charset (or null if normalized version not found)

  1. string normalizeCharset(string s)
    class StringUtils
    static
    string
    normalizeCharset
    (
    string s
    )
  2. string normalizeCharset(string s, int offset, int length)

Meta