Connecting Tech Pros Worldwide Help | Site Map

Displaying ® character on Macintosh

djmarco@gmail.com
Guest
 
Posts: n/a
#1: Nov 22 '05
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!

Erwin Moller
Guest
 
Posts: n/a
#2: Nov 22 '05

re: Displaying ® character on Macintosh


djmarco@gmail.com wrote:
[color=blue]
> 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![/color]

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
Closed Thread