> Date: Sun, 23 Oct 2022 17:25:26 +0200
> From: [email protected]
> Cc: [email protected], [email protected]
> 
> On Sun, Oct 23, 2022 at 06:19:19PM +0300, Eli Zaretskii wrote:
> > > Date: Sun, 23 Oct 2022 17:15:45 +0200
> > > From: [email protected]
> > > Cc: [email protected], [email protected]
> > > 
> > > On Sun, Oct 23, 2022 at 05:30:24PM +0300, Eli Zaretskii wrote:
> > > > 
> > > > Out of 144 tests in test_scripts/, 105 pass, 31 are skipped, and 8
> > > > fail.  The failed ones are all about non-ASCII characters, it seems.
> > > 
> > > Sorry, there are 3 tests to check
> > >  formatting/manual_include_accented_file_name_latin1
> > >  formatting/manual_include_accented_file_name_latin1_explicit_encoding
> > >  formatting/manual_include_accented_file_name_latin1_use_locale_encoding
> > 
> > They are all skipped if the input_file_names_recoded_stamp.txt says
> > "FAILED",
> 
> Which is right.
> 
> > and the first two fail if it says "OK".
> 
> Which is problematic, it means that with a correctly setup input file
> with latin1 encoded character in the name, something wrong is going on.

The character is supposed to be encoded in Latin1, but I don't think
it is, because Latin1 is not the locale's encoding here.  And some
programs involved in these tests could decide they don't understand
the character and replace it with a '?'.

> Could you please send the diffs, like
> formatting/diffs/manual_include_accented_file_name_latin1.diff

Attached.

diff --strip-trailing-cr -a -u -r ./formatting//res_parser/manual_include_accented_file_name_latin1/manual_include_accented_file_name_latin1.2 formatting//out_parser/manual_include_accented_file_name_latin1/manual_include_accented_file_name_latin1.2
--- ./formatting//res_parser/manual_include_accented_file_name_latin1/manual_include_accented_file_name_latin1.2	2022-10-19 16:04:27 +0300
+++ formatting//out_parser/manual_include_accented_file_name_latin1/manual_include_accented_file_name_latin1.2	2022-10-23 17:06:13 +0300
@@ -1 +1 @@
-included_latîn1.texi:4: unknown command `unknowncmd'
+manual_include_accented_file_name_latin1.texi:9: @include: could not find included_lat?n1.texi
diff --strip-trailing-cr -a -u -r ./formatting//res_parser/manual_include_accented_file_name_latin1/manual_include_accented_file_name_latin1.info formatting//out_parser/manual_include_accented_file_name_latin1/manual_include_accented_file_name_latin1.info
--- ./formatting//res_parser/manual_include_accented_file_name_latin1/manual_include_accented_file_name_latin1.info	2022-10-19 16:04:27 +0300
+++ formatting//out_parser/manual_include_accented_file_name_latin1/manual_include_accented_file_name_latin1.info	2022-10-23 17:06:13 +0300
@@ -9,9 +9,6 @@
 
 This is a very simple texi manual   <>.
 
-   où îl é.
-
-
 
 
 Tag Table:

Reply via email to