Encapsulates all the functionality related to the Chars proxy.
| Modules | |
|---|---|
| Handlers | Contains all the handlers and helper classes |
| Classes | |
|---|---|
| Chars | Chars enables you to work transparently with multibyte encodings in the Ruby String class without having extensive knowledge about the encoding. A Chars object accepts a string upon initialization and proxies String methods in an encoding safe manner. All the normal String methods are also implemented on the proxy. |
| Constants | |
|---|---|
| DEFAULT_ |
|
| NORMALIZATIONS_ |
|
| UNICODE_ |
|
<code/>and<pre/>for code samples.