www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.learn - extending std.encoding

reply =?UTF-8?B?IkFuZHLDoXMgRsO2bGRlcyI=?= <lafoldes gmail.com> writes:
Did anyone try to extend std.encoding with a new encoding scheme 
(e.g. Windows1250 - East European) somehow that 
std.encoding.transcode() is usable with it?
Jul 06 2012
parent Dmitry Olshansky <dmitry.olsh gmail.com> writes:
On 06-Jul-12 17:18, "András Földes" wrote:
 Did anyone try to extend std.encoding with a new encoding scheme (e.g.
 Windows1250 - East European) somehow that std.encoding.transcode() is
 usable with it?
As a part of my GSOC project this year I'll redesign std.encoding as it's believed to be a failed experiment. see current status here (slightly outdated): https://github.com/blackwhale/phobos/wiki/GSOC-Unicode-support If you have any specific requests you can mail me or list them right there on NG. -- Dmitry Olshansky
Jul 06 2012