conv_uni_to_pc
int glyph = conv_uni_to_pc(conp, t[ch]);
ch = conv_uni_to_pc(vc_cons[fg_console].d, p[i]);
int glyph = conv_uni_to_pc(vc, tc);
return conv_uni_to_pc(vc, UCS_REPLACEMENT);
tc = conv_uni_to_pc(vc, '?');
tc = conv_uni_to_pc(vc, ' ');
int conv_uni_to_pc(struct vc_data *conp, long ucs);