https://github.com/pharo-project/pharo/pull/2433
> On 29 Jan 2019, at 15:36, Sven Van Caekenberghe wrote:
>
> https://github.com/pharo-project/pharo/issues/2395
>
>> On 27 Jan 2019, at 17:03, Sven Van Caekenberghe wrote:
>>
>> Hi Dominique,
>>
>>> On 27 Jan 2019, at 11:40, Dominique Dartois
https://github.com/pharo-project/pharo/issues/2395
> On 27 Jan 2019, at 17:03, Sven Van Caekenberghe wrote:
>
> Hi Dominique,
>
>> On 27 Jan 2019, at 11:40, Dominique Dartois wrote:
>>
>> Hello all.
>> If a use french diacritic character in a class name, the code runs but I
>> can’t fileout
Yer, author and classname are both part of the preamble, so both are capable of
breaking it.
Same problem, same solution.
> On 28 Jan 2019, at 05:10, Benoit St-Jean wrote:
>
> Sorry, my toothache meds are kicking in! lol
>
> Correction to my last post:
>
> I mean *fileouts" don't work when a
--- Begin Message ---
Sorry, my toothache meds are kicking in! lol
Correction to my last post:
I mean *fileouts" don't work when author name has diacritic French
characters!
Obviously, couldn't test filing in!
On 2019-01-27 11:03, Sven Van Caekenberghe wrote:
Hi Dominique,
On 27 Jan 2019
--- Begin Message ---
While we're at it, a similar problem arises when the author name (in my
case BenoîtStJean) contains a French diacritic.
Just tested it with Pharo 7 (64 bit on Windows 10)...
Fileout works fine. But filing in crashes!
On 2019-01-27 11:03, Sven Van Caekenberghe wrote:
Hi
Hi Sven.
Thank you for the time spend for your reply.
I have tried the same code in Pharo 6.1 (21.0) instead of 7.1.0 and I had NO
problem.
It seems the class implementation for ZnUTF8Encoder is different.
Thanks again.
---
Dominique
> Le 27 janvier 2019 à 17:03, Sven Van Caekenberghe a écrit :
Hi Dominique,
> On 27 Jan 2019, at 11:40, Dominique Dartois wrote:
>
> Hello all.
> If a use french diacritic character in a class name, the code runs but I
> can’t fileout the package nor save it with Monticello.
> For example, the C cedilla in the class name drive me to an
> ‘ZnInvalidUTF8
Hello all.
If a use french diacritic character in a class name, the code runs but I can’t fileout the package nor save it with Monticello.
For example, the C cedilla in the class name drive me to an ‘ZnInvalidUTF8:Illegal byte for utf-8 encoding' when filing out.