]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
man/man7/pathname.7: EXAMPLES: Use a non-ASCII filename
authorAlejandro Colomar <alx@kernel.org>
Mon, 27 Jan 2025 11:03:46 +0000 (12:03 +0100)
committerAlejandro Colomar <alx@kernel.org>
Tue, 28 Jan 2025 12:25:48 +0000 (13:25 +0100)
The ASCII filename was too simple to actually show anything useful.

Signed-off-by: Alejandro Colomar <alx@kernel.org>
man/man7/pathname.7

index 93d938cfef2ec8badd2f737862f250b2e67e270e..59650ef6e5f10d2e7e226c3fd938255f540abdb2 100644 (file)
@@ -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");