22 #ifndef ULTIMA8_MISC_ENCODING_H 23 #define ULTIMA8_MISC_ENCODING_H 25 #include "common/scummsys.h" 30 extern const uint8 reverse_encoding[256];
31 extern const uint16 encoding[256];
37 uint16 shiftjis_to_ultima8(uint16 sjis);
38 uint32 shiftjis_to_unicode(uint16 sjis);
Definition: detection.h:27