MultiEncoder is a configurable Encoder. The Encode* constants in this package can be combined using bitwise or (|) to enable handling of multiple character classes
| 102 | // package can be combined using bitwise or (|) to enable handling of multiple |
| 103 | // character classes |
| 104 | type MultiEncoder uint |
| 105 | |
| 106 | // Aliases maps encodings to names and vice versa |
| 107 | var ( |
no outgoing calls
no test coverage detected