Displaying ® character on Macintosh

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • djmarco@gmail.com

    Displaying ® character on Macintosh

    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

    #2
    Re: Displaying ® character on Macintosh

    djmarco@gmail.c om 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

    Comment

    Working...