Author Topic: French characters in JavaScript  (Read 5261 times)

Offline admin

  • Administrator
  • Sr. Member
  • *****
  • Posts: 296
    • View Profile
French characters in JavaScript
« on: September 14, 2009, 12:46:44 PM »
If you want to use French charachters for example, you may
consider using a charset declaration like this:

Code: [Select]
<script type="text/javascript" charset="iso-8859-1">
alert( msg );
</script>