Check if the given character encoding is supported by this wrapper and the character encoding to convert to is also supported.
| Parameters: |
|
|---|
Set character encoding working with and convert to
| Parameters: |
|
|---|---|
| Return type: | StringWrapperInterface |
Get the defined character encoding to work with
| Return type: | string |
|---|---|
| Throws : | ExceptionLogicException If no encoding was defined |
Get the defined character encoding to convert to
| Return type: | string|null |
|---|
Convert a string from defined character encoding to the defined convert encoding
| Parameters: |
|
|---|---|
| Return type: | string|false |