M | |
Malformed_code [UTF8] | |
Malformed_code [UTF16] | |
Malformed_code [UCS4] | |
Malformed_code [Main.Type.UCS4] | validate s
If s is valid UCS4 then successes otherwise raises Malformed_code .
|
Malformed_code [Main.Type.UTF16] | validate s
If s is valid UTF-16 then successes otherwise raises Malformed_code .
|
Malformed_code [Main.Type.UTF8] | validate s
successes if s is valid UTF-8, otherwise raises Malformed_code.
|
Malformed_code [CharEncoding.Interface] |
Failure of decoding
|
O | |
Out_of_range [UTF16] | |
Out_of_range [UChar] | |
Out_of_range [Main.Type.UTF16] | init len f
returns a new string which contains len Unicode characters.
|
Out_of_range [Main.Type.UChar] | char_of u returns the Latin-1 representation of u .
|
Out_of_range [CharEncoding.Interface] |
Failure of encoding
|