From f676834bc53a486f5bb69827a9041cf41534f031 Mon Sep 17 00:00:00 2001 From: Jason Tibbitts Date: Sep 27 2021 19:57:30 +0000 Subject: SemBr for Non-ASCII Filenames section --- diff --git a/guidelines/modules/ROOT/pages/index.adoc b/guidelines/modules/ROOT/pages/index.adoc index 0f9d018..877f4fa 100644 --- a/guidelines/modules/ROOT/pages/index.adoc +++ b/guidelines/modules/ROOT/pages/index.adoc @@ -248,7 +248,15 @@ https://commons.wikimedia.org/wiki/File:Ascii_full.png[this chart]. ==== Non-ASCII Filenames -Similarly, filenames that contain non-ASCII characters must be encoded as UTF-8. Since there's no way to note which encoding the filename is in, using the same encoding for all filenames is the best way to ensure users can read the filenames properly. If upstream ships filenames that are not encoded in UTF-8 you can use a utility like convmv (from the convmv package) to convert the filename in your %install section. +Similarly, filenames that contain non-ASCII characters +must be encoded as UTF-8. +Since there's no way to note which encoding the filename is in, +using the same encoding for all filenames is the best way +to ensure users can read the filenames properly. +If upstream ships filenames that are not encoded in UTF-8 +you can use a utility like convmv +(from the convmv package) +to convert the filename in your %install section. === Spec Maintenance and Canonicity