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 http://unicode.org/Public/MAPPINGS/VENDORS/MICSFT/WINDOWS/CP1250.TXT and made statically available in #cp1250Mapping - we could add more, it is no work at all. I did not add all of them because I thought that would take up too much space. If the tables can be auto generated, then maybe useful would be a tool to list and select such URLs to import, which can then be exported, maybe as a fuel file to be distributed with an application. cheers -ben On 11 Sep 2014, at 22:02, Denis Kudriashov <dionisi...@gmail.com> wrote:Do you see http://www.squeaksource.com/RussianSupport.html CP1251 is already implemented here 2014-09-11 22:55 GMT+04:00 Damien Cassou <damien.cas...@gmail.com>: ---------- Forwarded message ---------- From: Юрий Мироненко <assargad...@gmail.com> Date: Thu, Sep 11, 2014 at 8:14 PM Subject: [Esug-list] How to contribute CP1251TextConverter ? To: esug-l...@lists.esug.org As the part of my SmallPOS project I was forced to implement CP1251TextConverter. Question is: how to contribute it into Pharo and/or Squeak and/or any other dialect? There are CP1250TextConverter and CP1252TextConverter in standart Pharo, so it looks sound to fill the gap :) Now it can be found in SmallPOS repository (http://ss3.gemstone.com/ss/SmallPOS.html) in category SmallPOS-Reports-CSV _______________________________________________ Esug-list mailing list esug-l...@lists.esug.org http://lists.esug.org/mailman/listinfo/esug-list_lists.esug.org -- Damien Cassou http://damiencassou.seasidehosting.st "Success is the ability to go from one failure to another without losing enthusiasm." Winston Churchill |
- [Pharo-users] Fwd: [Esug-list] How to contribute CP1... Damien Cassou
- Re: [Pharo-users] Fwd: [Esug-list] How to contr... Denis Kudriashov
- Re: [Pharo-users] [Esug-list] How to contri... Sven Van Caekenberghe
- Re: [Pharo-users] [Esug-list] How to co... Yuriy Mironenko
- Re: [Pharo-users] [Esug-list] How t... stepharo
- Re: [Pharo-users] [Esug-list] ... Sven Van Caekenberghe
- Re: [Pharo-users] [Esug-list] How to co... Ben Coman