diff options
Diffstat (limited to 'utf8.c')
-rw-r--r-- | utf8.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -43,7 +43,7 @@ #ifndef FULL_UNICODE static void conversion_error(void) { - uw_throw(range_error_s, + uw_throw(range_error_s, lit("encountered utf-8 character that needs full unicode support")); } #endif |