El 14/08/14 a las 14:33, Paul Eggert escribió: > Vincent Lefevre wrote: > >On input, using null bytes may be better if one wants to be able to > >match real replacement characters without false positives. > > Maybe, though this is no place to get fancy. It's simple to tell users "an > invalid byte acts like '?'". Simple is good. > > Anyway, this is a matter for the implementing volunteer to decide, whoever > that happens to be. > Workaround attached. It's too slow against binary files, but I haven't found a simpler solution. What do you think? Santiago