onUnicodeError
fn
noreturn onUnicodeError( string msg, size_t idx, string file = __FILE__, size_t line = __LINE__ ) @safe pureA callback for unicode errors in D. A UnicodeException will be thrown.
Parameters
msg | Information about the error. |
idx | String index where this error was detected. |
file | The name of the file that signaled this error. |
line | The line number on which this error occurred. |