Hello,

I'm french, and as you may now, french language use accentuated
characters like é, è, à, ù, etc. I work on a ubiq command that make
some tests on the selected code, e.g. :

[code]
    if(input.text.indexOf("Régénération") > -1)
    {
      // blablah
    }
[/code]

... but the issue is that, once I transfer this js script to my online
server, the code loaded by the navigator looks like this :

[code]
    if(input.text.indexOf("Régénération") > -1)
    {
      // blablah
    }
[/code]

... and the test result is always false, because the page effectively
contains "Régénération".

Any idea about the way I can solve this ?

Bye,
Yann
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"ubiquity-firefox" 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/ubiquity-firefox?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to