Re: Clarification on encoding update

2016-12-09 Thread Michael Osipov
Am 2016-12-09 um 18:26 schrieb Claude Brisson: On 09/12/2016 16:39, Michael Osipov wrote: [...] * All templates (!) (anything else?) from ImputStream are read with that new input encoding, unless other stated That's all, except a resource can also be a static text file, as in #include('file')

Re: Clarification on encoding update

2016-12-09 Thread Claude Brisson
On 09/12/2016 16:39, Michael Osipov wrote: [...] * All templates (!) (anything else?) from ImputStream are read with that new input encoding, unless other stated That's all, except a resource can also be a static text file, as in #include('file'). Ah, and I expect input.encoding to be respec

Re: Clarification on encoding update

2016-12-09 Thread Michael Osipov
Am 2016-12-09 um 16:10 schrieb Claude Brisson: Hi. On 09/12/2016 15:34, Michael Osipov wrote: Hi folks, the default encoding has been changed recently to UTF-8 [1], though I still think that it requires some more description from a user's point of view and more code cleanup Feel free to help

Re: Clarification on encoding update

2016-12-09 Thread Claude Brisson
Hi. On 09/12/2016 15:34, Michael Osipov wrote: Hi folks, the default encoding has been changed recently to UTF-8 [1], though I still think that it requires some more description from a user's point of view and more code cleanup Feel free to help! * All templates (!) (anything else?) from