xulrunner27 doesn't work with encoding windows-1251

Discuss building things with or for the Mozilla Platform.
Post Reply
t-s-r
Posts: 2
Joined: March 5th, 2014, 11:45 am

xulrunner27 doesn't work with encoding windows-1251

Post by t-s-r »

Hi!
I'm upgrading my xulrunner based app from 1.9.2 to 27 version. It seems that xulrunner fail to work with encoding windows 1251
in my xul file I put
<?xml version="1.0" encoding="windows-1251"?>
...
<browser src="chrome://myapp/content/test.html">
...
in test.html I have
<meta http-equiv="Content-Type" content="text/html; charset=windows-1251" />
and some non english, non utf8 symbols
When I start xulrunner I see in place of this symbols "?" signs. What can I do?
Post Reply