digitalmars.D.learn - extending std.encoding
- =?UTF-8?B?IkFuZHLDoXMgRsO2bGRlcyI=?= (3/3) Jul 06 2012 Did anyone try to extend std.encoding with a new encoding scheme
- Dmitry Olshansky (9/12) Jul 06 2012 As a part of my GSOC project this year I'll redesign std.encoding as
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
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