Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Javascript French characters not ok
Message
De
21/08/2006 10:29:30
 
 
À
21/08/2006 10:11:57
Information générale
Forum:
ASP.NET
Catégorie:
Autre
Versions des environnements
Environment:
VB 8.0
OS:
Windows XP SP2
Database:
Visual FoxPro
Divers
Thread ID:
01147281
Message ID:
01147290
Vues:
15
To solve this, I had to encode it:
function NotReleased(tcDate)
{
   alert("This video will be released in the week of "+tcDate+".")
}

function NotReleasedFrench(tcDate)
{
   alert("Cette vid\u00e9o sera disponible dans la semaine du "+tcDate+".")
}
I don't know if i ever included a French character as is in a .js file as this is usually processed from the application. Is there anyone else who succeeded to put directly the French character in a .js file?
Michel Fournier
Level Extreme Inc.
Designer, architect, owner of the Level Extreme Platform
Subscribe to the site at https://www.levelextreme.com/Home/DataEntry?Activator=55&NoStore=303
Subscription benefits https://www.levelextreme.com/Home/ViewPage?Activator=7&ID=52
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform