syncfiles/src/convert.h
2022-03-22 19:05:13 -04:00

10 lines
264 B
C

#ifndef convert_h
#define convert_h
/* convert.h - character set conversion routines. */
/* Get the character map used for the given Mac OS script and region codes.
Return -1 if no known character map exists. */
int GetCharmap(int script, int region);
#endif