Re: [Pharo-users] Class name with diacritic character and Pharo

2019-02-01 Thread Sven Van Caekenberghe
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

Re: [Pharo-users] Class name with diacritic character and Pharo

2019-01-29 Thread Sven Van Caekenberghe
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

Re: [Pharo-users] Class name with diacritic character and Pharo

2019-01-27 Thread Sven Van Caekenberghe
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

Re: [Pharo-users] Class name with diacritic character and Pharo

2019-01-27 Thread Benoit St-Jean via Pharo-users
--- 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

Re: [Pharo-users] Class name with diacritic character and Pharo

2019-01-27 Thread Benoit St-Jean via Pharo-users
--- 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

Re: [Pharo-users] Class name with diacritic character and Pharo

2019-01-27 Thread Dominique Dartois
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 :

Re: [Pharo-users] Class name with diacritic character and Pharo

2019-01-27 Thread Sven Van Caekenberghe
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

[Pharo-users] Class name with diacritic character and Pharo

2019-01-27 Thread Dominique Dartois
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.