@@ -36,11 +36,11 @@ 0x2261, 0x00B1, 0x2265, 0x2264, 0x2320, 0x2321, 0x00F7, 0x2248, 0x00B0, 0x2219, 0x00B7, 0x221A, 0x207F, 0x00B2, 0x25A0, 0x00A0 }; bool -of_unicode_to_codepage_437(const of_unichar_t *input, char *output, +of_unicode_to_codepage_437(const of_unichar_t *input, uint8_t *output, size_t length, bool lossy) { size_t i; for (i = 0; i < length; i++) {