Re: [Pharo-users] [Esug-list] How to contribute CP1251TextConverter ?

2014-09-13 Thread Ben Coman
Sven Van Caekenberghe wrote: Just for the record, ZnByteEncoder can do any byte encoding based on official Unicode conversion tables. Currently it does CP1250, CP1252 and CP1253 among others (including KOI8R), but not (yet) CP1251. For example, the table for CP1250 is auto generated from ht

Re: [Pharo-users] Gettext with pharo 3 and seaside 3.1.2

2014-09-13 Thread stepharo
So I'm checking and when we load Gettext, System-Localization only contains ISOLanguageDefinition Locale Locale is used by LanguageEnvironment, LocalID, TimeZone, Unicode When we will clean leadingChar some of these will go away. So not all the package System-Localisation can be moved o

Re: [Pharo-users] Gettext with pharo 3 and seaside 3.1.2

2014-09-13 Thread stepharo
On 13/9/14 15:57, Hilaire wrote: Hello, I guess the gettext package on the seaside repo depends on the gettext package at PharoExtra and it adds some glue code for Seaside use. Is it correct? I did not check but I think so Le 13/09/2014 12:43, Johan Brichau a écrit : On 13 Sep 2014, at

Re: [Pharo-users] Gettext with pharo 3 and seaside 3.1.2

2014-09-13 Thread stepharo
Thanks Johan I would like to know we could move all the system-Localization classes to the getText package. Or another package outside the core because we basically shortcut completely its use. I will look a bit around. On 13 Sep 2014, at 10:09, stepharo > wrote: Th

Re: [Pharo-users] Gettext with pharo 3 and seaside 3.1.2

2014-09-13 Thread Hilaire
Hello, I guess the gettext package on the seaside repo depends on the gettext package at PharoExtra and it adds some glue code for Seaside use. Is it correct? Le 13/09/2014 12:43, Johan Brichau a écrit : On 13 Sep 2014, at 10:09, stepharo mailto:steph...@free.fr>> wrote: Then what is the

Re: [Pharo-users] Gettext with pharo 3 and seaside 3.1.2

2014-09-13 Thread Hilaire
Le 13/09/2014 09:57, Johan Brichau a écrit : Hi, The Seaside-Gettext package is in the Seaside repository http://www.smalltalkhub.com/#!/~Seaside/Seaside30Addons The package in the PharoExtras repository is a relic. You mean the Se

Re: [Pharo-users] Gettext with pharo 3 and seaside 3.1.2

2014-09-13 Thread Johan Brichau
On 13 Sep 2014, at 10:09, stepharo wrote: > Then what is the seaside-Getext? Is is a superset of > pharoExtras-gettext? https://code.google.com/p/seaside/wiki/Gettext In short: it’s a Seaside extension to internationalise your web app. > For application not doing web, does it mak

Re: [Pharo-users] Helvetica for Pharo 3/4

2014-09-13 Thread Tudor Girba
Hi Udo, Not yet, but the good news is that both the ability to customize both the compiler and the debugger are now a reality which means that Helvetia should be much easier to implement. This should definitely be a topic of high interest. Cheers, Doru On Sat, Sep 13, 2014 at 11:58 AM, Udo Sch

[Pharo-users] Helvetica for Pharo 3/4

2014-09-13 Thread Udo Schneider
All, Is there something similar to Helvetica (http://scg.unibe.ch/research/helvetia) for Pharo 3/4? I'd like to integrate non-ST code into the environment and reuse the existing toolset. Thanks, Udo

Re: [Pharo-users] Gettext with pharo 3 and seaside 3.1.2

2014-09-13 Thread stepharo
http://pharo.gemtalksystems.com/book/LanguageAndLibraries/Localisation/PreparingImage/ Thanks I turned it into a chapter Stef

Re: [Pharo-users] Gettext with pharo 3 and seaside 3.1.2

2014-09-13 Thread stepharo
Hi johan usman and other I would like to get a clearer picture. https://pharo.fogbugz.com/f/cases/13655/System-Localization-and-Gettext-have-classes-with-identical-names We could change the name of in the PharoExtras package gettext so that we do not have conflicts

Re: [Pharo-users] Gettext with pharo 3 and seaside 3.1.2

2014-09-13 Thread Johan Brichau
Hi, The Seaside-Gettext package is in the Seaside repository http://www.smalltalkhub.com/#!/~Seaside/Seaside30Addons The package in the PharoExtras repository is a relic. The ConfigurationOfSeaside3 correctly references the Seaside-Gettext package and it’s absolutely functional (using this in p