From: Alejandro Colomar Date: Mon, 27 Jan 2025 11:03:46 +0000 (+0100) Subject: man/man7/pathname.7: EXAMPLES: Use a non-ASCII filename X-Git-Tag: man-pages-6.11~19 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=066b74307ad92a3de2bd54184295e8da3a976439;p=thirdparty%2Fman-pages.git man/man7/pathname.7: EXAMPLES: Use a non-ASCII filename The ASCII filename was too simple to actually show anything useful. Signed-off-by: Alejandro Colomar --- diff --git a/man/man7/pathname.7 b/man/man7/pathname.7 index 93d938cfe..59650ef6e 100644 --- a/man/man7/pathname.7 +++ b/man/man7/pathname.7 @@ -112,7 +112,7 @@ main(void) size_t size; size_t inbytes, outbytes; iconv_t cd; - char32_t utf32_pathname[] = U"example"; + char32_t utf32_pathname[] = U"María"; \& if (setlocale(LC_ALL, "") == NULL) err(EXIT_FAILURE, "setlocale");