[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: different encodings for input and output file names and command line
From: |
Gavin Smith |
Subject: |
Re: different encodings for input and output file names and command line |
Date: |
Thu, 3 Mar 2022 19:54:45 +0000 |
On Thu, Mar 03, 2022 at 11:09:20AM +0100, Patrice Dumas wrote:
> I have understood why the test changed, the problem is that
> reverse_iconv in input.c is not reinitialized between two calls
> of the parser. It should probably be reset in reset_parser_except_conf
> in api.c.
I've fixed this.