For example, I have a digraph for U+0171 LATIN SMALL LETTER U WITH DOUBLE ACUTE [it's u" as in vim]. I can get x = 0x0171 all right. Now if, say, the current encoding is iso8859-2, how do I map from 0x0171 to 0xFB?
Should I give up and just make per-encoding digraph tables?