zD12 / galaxium

Automatically exported from code.google.com/p/galaxium
0 stars 0 forks source link

Don't show non-ASCII chars in adium themes #220

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Choose any adium themes
2. All non-ASCII chars are boxes
3. that's it

What is the expected output? What do you see instead?
I expect to see normal non-ASCII display but see boxes instead

What version of the product are you using? On what operating system?
(you can run the "diagnose" script in the root directory of the Galaxium
sources to get a detailed report)
I'm using galaxium-svn on ubuntu 8.04

Please provide any additional information below.

In the other issue i'm told that it's the problem in webkit, but the bug
reports in webkit site show a sign that it's possible to render non-ASCII
chars with webkit. It must be some misconfiguration in webkit or galaxium. 

Original issue reported on code.google.com by pen...@gmail.com on 1 Jul 2008 at 3:33

GoogleCodeExporter commented 9 years ago
You yourself have stated that you cannot see the language correctly using a
webkit-gtk based web browser in issue 211...

Galaxium does no processing of the messages that expects ASCII content, and 
does not
change the encoding of the content prior to passing it to webkit. Galaxium is 
built
with C# and C#/.net use UTF8 natively, so this is almost definitely a webkit 
problem.

Either webkit isn't parsing the content correctly from the javascript we give 
it, or
it simply isn't rendering it correctly.

Original comment by paulburt...@gmail.com on 1 Jul 2008 at 3:54

GoogleCodeExporter commented 9 years ago
ok, I will dig in more. Hope it will get fixed someday.

Original comment by pen...@gmail.com on 1 Jul 2008 at 11:04

GoogleCodeExporter commented 9 years ago

Original comment by ben.motm...@gmail.com on 9 Dec 2008 at 11:09