Quote:
Originally Posted by davidfor
I'm a little surprised that when Kovid implemented the ICU method that he didn't remove the old method. Sure, he would have left the interface, but that would have just pointed to the new code.
|
That is because the old code is only used by conversion heuristics and conversion heuristics is a bit of the conversion pipeline I dont maintain. I dislike making changes in other people's code unless there is some compelling reason to do so.