During my work to clean up the Unicode -> ascii cross-calls I have noticed some A:W pairs where both are implemented in essentially the same way. Would it be sensible in these case to make the A function into a call to the W one, to reduce code size, or would I be wasting my time .