UnicodeRemapping.h (xpdf-4.03) | : | UnicodeRemapping.h (xpdf-4.04) | ||
---|---|---|---|---|
skipping to change at line 46 | skipping to change at line 46 | |||
// Add entries from the specified file to this UnicodeRemapping. | // Add entries from the specified file to this UnicodeRemapping. | |||
void parseFile(GString *fileName); | void parseFile(GString *fileName); | |||
// Map <in> to zero or more (up to <size>) output characters in | // Map <in> to zero or more (up to <size>) output characters in | |||
// <out>. Returns the number of output characters. | // <out>. Returns the number of output characters. | |||
int map(Unicode in, Unicode *out, int size); | int map(Unicode in, Unicode *out, int size); | |||
private: | private: | |||
int findSMap(Unicode u); | ||||
Unicode page0[256]; | Unicode page0[256]; | |||
UnicodeRemappingString *sMap; | UnicodeRemappingString *sMap; | |||
int sMapLen, sMapSize; | int sMapLen, sMapSize; | |||
}; | }; | |||
#endif | #endif | |||
End of changes. 1 change blocks. | ||||
0 lines changed or deleted | 2 lines changed or added |