MathGroup Archive 2009

[Date Index] [Thread Index] [Author Index]

Search the Archive

Tooltip used with international characters doesn't save in html

  • To: mathgroup at smc.vnet.net
  • Subject: [mg103540] Tooltip used with international characters doesn't save in html
  • From: rhitt <richardhitt at gmail.com>
  • Date: Sun, 27 Sep 2009 07:32:07 -0400 (EDT)

As part of a notebook that generates a timeline for composers, I have
the following code:

Tooltip["Leo=C5=A1 Jan=C3=A1=C4=8Dek"]

In Mathematica, this has the desired effect.  However, when I "Save
As ..." to html, the Tooltip information gets garbled so it looks
like

Leo=01a Jan=EF=BF=BD=01ek

when I view the document in various web browsers.

Is there a way to get Tooltip to display international characters that
look correct both in Mathematica and in html?

Thanks,
Richard Hitt


  • Prev by Date: Re: How to solve this equation?
  • Next by Date: an irregular field and InverseFunction
  • Previous by thread: Re: Full expansion with a mixture of Times and NonCommutativeMultiply
  • Next by thread: Re: Tooltip used with international characters doesn't