Jquery UI & arabic letters

Jquery UI & arabic letters

Hello guys,

I use for my arabic site the Jquery UI and it works fine with all browsers except IE (11). It shows the letters but not correct.
here in the images you can see screenshots example for the button in chrome and IE. the first one of chrome is correct and the second is of IE.



and here is the head
  1. <meta http-equiv="content-type" content="text/html";charset="utf-8" />
  2. <script type='text/javascript' src = './JS/jquery-1.11.1.min.js'></script>
  3. <script type='text/javascript' src = './JS/jquery-ui.min.js'></script>
I tried also to save the file with the coding UTF-8.

any suggetions ?