# Class: com.pnfsoftware.jeb.util.format.Charsets

Character set utility methods.

## Constructor: Charsets


## Static Field: UTF_8
Type: `java.nio.charset.Charset`
Description: UTF\-8 charset instance.

## Static Method: findCharset
- parameter: `charsetName`, type: `java.lang.String`
- return type: `java.nio.charset.Charset`

Description: Retrieve a character set by name.
parameter: charsetName: "loose" character set name
return: a charset or null on error

