Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Javascript French characters not ok
Message
From
21/08/2006 10:29:30
 
 
To
21/08/2006 10:11:57
General information
Forum:
ASP.NET
Category:
Other
Environment versions
Environment:
VB 8.0
OS:
Windows XP SP2
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01147281
Message ID:
01147290
Views:
14
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
Previous
Reply
Map
View

Click here to load this message in the networking platform