in reply to unicode normalization layer

If you already have a module that does normalisation — a glance reveals two promising candidates — then it's easy to make a layer out of it using PerlIO::via

Replies are listed 'Best First'.
Re^2: unicode normalization layer
by DrWhy (Chaplain) on Sep 15, 2009 at 22:24 UTC
    If I had the time, I would write my own PerlIO::via::* module using Unicdoe::Normalize and test that it's working right, but unfortunately, I don't. My fallback for now is to slurp the whole file in and pass it through Unicode::Normalize and just hope I don't run into too huge a file in production.

    --DrWhy

    "If God had meant for us to think for ourselves he would have given us brains. Oh, wait..."