On 8/1/07, SanderElias <[EMAIL PROTECTED]> wrote: > > You will have to use the unicode escape sequence, like this: > > var newDiv = DIV(null,"\u20ac 11,-") > > document.appendChild(newDiv) > Aha! well, it looks like I need to finds a unicode escape table!
For this particular case I just googled for "euro symbol unicode". Didn't even have to click anything since the code was displayed in the search results :o) Otherwise, this is the official reference: http://www.unicode.org/charts/ Arnar --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "MochiKit" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/mochikit?hl=en -~----------~----~----~----~------~----~------~--~---
