Posted by Erwin Moller on 11/16/05 11:39
djmarco@gmail.com wrote:
> Hello,
>
> Hi, I'm passing the ® character to a Java application which on
> Macintosh computers is showed as: ®
>
> I also tried passing the ® char as ® or encoding it to unicode but
> this didn't solve anything :(
>
> I'm lost... any help?
>
>
> Thank you!
Hi,
If you are talking about a HTML-page I think you could have a look at
character-encoding of the page.
You can send a header with your page that tells the browser which encoding
to use.
I *think* you might solve it by picking the same encodingsheme as on your
original machine (mac?).
(And by the way: This is a PHP, no Java newsgroup. :P)
Regards,
Erwin Moller
[Back to original message]
|