data-icon not showing in Internet Explorer 8

data-icon not showing in Internet Explorer 8

Here's the test page I'm working on
you can also click on links to open the other pages.

The problem is that *all* icons (home icon, arrows, etc) are *not* displayed in IE8.

example code for icon:
<a href="index.php" data-role="button" data-icon="home">Home</a>
(perfectly working on other browsers)

I've searched a lot on the internet and in this forum too, but still didn't find any apparent solution to that.

Note that if you go with same IE8 on the jQuery Mobile "Doc" page here
http://jquerymobile.com/demos/1.1.1/ (and all following pages)
you will be able to see the icons 
(not rounded but at least visible!)

thank you in advance 

andrea