diff options
Diffstat (limited to 'man3/wprintf.3')
-rw-r--r-- | man3/wprintf.3 | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/man3/wprintf.3 b/man3/wprintf.3 index 42ee1b081..34b1e2727 100644 --- a/man3/wprintf.3 +++ b/man3/wprintf.3 @@ -173,12 +173,18 @@ C99. The behavior of .BR wprintf () et al. depends -on the LC_CTYPE category of the +on the +.B LC_CTYPE +category of the current locale. .PP If the \fIformat\fP string contains non-ASCII wide characters, the program -will only work correctly if the LC_CTYPE category of the current locale at -run time is the same as the LC_CTYPE category of the current locale at +will only work correctly if the +.B LC_CTYPE +category of the current locale at +run time is the same as the +.B LC_CTYPE +category of the current locale at compile time. This is because the .I wchar_t |