diff options
Diffstat (limited to 'man3/wprintf.3')
| -rw-r--r-- | man3/wprintf.3 | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/man3/wprintf.3 b/man3/wprintf.3 index 045b37ca1a..a579f4644e 100644 --- a/man3/wprintf.3 +++ b/man3/wprintf.3 @@ -73,7 +73,7 @@ If no modifier is present, the .I int argument is converted to a wide character by a call to the -.B btowc +.BR btowc () function, and the resulting wide character is written. If an .B l @@ -90,7 +90,7 @@ argument is expected to be a pointer to an array of character type (pointer to a string) containing a multibyte character sequence beginning in the initial shift state. Characters from the array are converted to wide characters (each by a call to the -.B mbrtowc +.BR mbrtowc () function with a conversion state starting in the initial state before the first byte). The resulting wide characters are written up to (but not including) the terminating null wide character. If a precision is @@ -142,8 +142,8 @@ of the form \\unnnn does not solve this problem.) Therefore, in internationalized programs, the \fIformat\fP string should consist of ASCII wide characters only, or should be constructed at run time in an internationalized way (e.g. using -.B gettext +.BR gettext () or -.BR iconv , +.BR iconv (), followed by -.BR mbstowcs ). +.BR mbstowcs ()). |
