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.

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
> 
> 


Reply via email to