Font chracters taken using char() will vary in other platforms?

Hello all,

I am creating a phonetic converter using standard C++. English letters are converted to other language. I am using "char(number)" to get the characters from the font. My C++ class is expected to work on multiple platforms (Linux, MAC and Windows). I wanted to make sure that char(number) will give the same result for the same font in all platforms?

Any help would be appreciated.
I don't understand what exactly it is you're trying to do.
char(number) will convert 'number', which should be an integer, to an 8-bit integer. I don't see what this has to do with fonts.
Topic archived. No new replies allowed.