Thanks for your reply.
Actually, I'm quite new to all this stuff (new to HTML, JavaScript etc...) and I'm learning "on the fly".
So, I don't have any <meta> tag and didn't declare UTF8 or any other encoding anywhere...
The data is loaded using AJAX, but actually, the loaded data is shown ok.
What is not shown ok (and again, only when the app is opened for the first time, after that it is magically fine) is this line:
$('.divcontainer #timeline').html('<li class="loading"> ...טוען נתונים <img src="images/loader.gif" /></li>');
where the html content in Hebrew is broken.
Can you please let me know how what should the <meta> look like?
Thanks in advance,
Roy