Go to the source code of this file.
Classes | |
| struct | enhance |
Functions | |
| void | lang_init (void) |
| void | conv2latin (unsigned char *p, int n, int lang) |
| void | init_enhance (struct enhance *eh) |
| void | add_enhance (struct enhance *eh, int dcode, unsigned int *data) |
| void | enhance (struct enhance *eh, struct vt_page *vtp) |
Variables | |
| int | latin1 |
| const unsigned char | lang_chars [][16] |
| void lang_init | ( | void | ) |
Definition at line 93 of file lang.c.
Referenced by vbi_open().
| void conv2latin | ( | unsigned char * | p, | |
| int | n, | |||
| int | lang | |||
| ) |
| void init_enhance | ( | struct enhance * | eh | ) |
| void add_enhance | ( | struct enhance * | eh, | |
| int | dcode, | |||
| unsigned int * | data | |||
| ) |
Definition at line 142 of file lang.c.
Referenced by vbi_send_page().
| int latin1 |
Definition at line 5 of file lang.c.
Referenced by TeletextDecoder::Decode(), enhance(), and vt_line().
| const unsigned char lang_chars[][16] |
Definition at line 4 of file vbilut.cpp.
Referenced by conv2latin(), cvt_char(), and lang_init().
1.6.3