Go to the source code of this file.
Functions | |
| static void | to_utf8 (char *res, uint16_t ch) |
| QString | decode_teletext (int codePage, const uint8_t data[40]) |
| Get decoded ttx as a string. | |
Variables | |
| static const uint16_t | ppi_national_subsets [][20] |
| static void to_utf8 | ( | char * | res, | |
| uint16_t | ch | |||
| ) | [static] |
Definition at line 105 of file teletextextractorreader.cpp.
Referenced by decode_teletext().
| QString decode_teletext | ( | int | codePage, | |
| const uint8_t | data[40] | |||
| ) |
Get decoded ttx as a string.
Definition at line 134 of file teletextextractorreader.cpp.
Referenced by to_string_list().
const uint16_t ppi_national_subsets[][20] [static] |
Definition at line 56 of file teletextextractorreader.cpp.
Referenced by decode_teletext().
1.6.3