B
Brad Tilley
Using standard C++ source code that I compile using gcc on Linux/
Windows and Mac, the registered trademark symbol \x00AE works
everywhere except Mac OS X. The really odd thing is that all the other
symbols (copyright, etc.) work fine on all platforms. Has anyone every
ran into this and know of a fix for it?
\x00A9 (copyright symbol - works fine in C++ source code everywhere)
\x00AE (registered trademark - works fine in C++ source code
everywhere but Mac OS X)
On the Mac, \x00AE seems to output \x00C6 (that's what it looks like
at least).
Thanks for any tips.
Windows and Mac, the registered trademark symbol \x00AE works
everywhere except Mac OS X. The really odd thing is that all the other
symbols (copyright, etc.) work fine on all platforms. Has anyone every
ran into this and know of a fix for it?
\x00A9 (copyright symbol - works fine in C++ source code everywhere)
\x00AE (registered trademark - works fine in C++ source code
everywhere but Mac OS X)
On the Mac, \x00AE seems to output \x00C6 (that's what it looks like
at least).
Thanks for any tips.