taglinefilesource code
ucs143drivers/char/console.cextern int conv_uni_to_pc(unsigned long ucs);
ucs267drivers/char/consolemap.cconv_uni_to_pc(unsigned long ucs) {
ucs270drivers/char/consolemap.cif (!hashtable_contents_valid || ucs < 0x20)
ucs272drivers/char/consolemap.cif (ucs == 0xffff || ucs == 0xfffe)
ucs274drivers/char/consolemap.cif (ucs == 0xfeff || (ucs >= 0x200a && ucs <= 0x200f))
ucs277drivers/char/consolemap.ch = ucs % hashsize;
ucs279drivers/char/consolemap.cif (hashtable[h].unicode == ucs)