diff options
Diffstat (limited to 'utf8.c')
-rw-r--r-- | utf8.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -36,7 +36,7 @@ static const char unees[] = "Malformed UTF-8 character (unexpected end of string)"; static const char cp_above_legal_max[] = - "It is deprecated to use code point 0x%"UVXf"; the permissible max is 0x%"UVXf""; + "Use of code point 0x%"UVXf" is deprecated; the permissible max is 0x%"UVXf""; #define MAX_NON_DEPRECATED_CP (IV_MAX) |