[rkward-users] [rkward - Help] RE: Single Quotes in Output View

SourceForge.net noreply at sourceforge.net
Mon Jun 9 22:10:41 UTC 2008


Read and respond to this message at: 
https://sourceforge.net/forum/message.php?msg_id=5019176
By: fsando

Hi bryan
I have the same problem. I don't have a ready solution but maybe a pointer.

The output comes from a html ; ~/.rkward/rk_out.html (it's in a hidden folder
named '.rkward' in your home folder). This file is updated as more output is
generated.
The problem is clearly an encoding problem which probably comes from rkward
generating output in one encoding while the output rendering uses another
encoding.
I started looking into this last November but haven't had the time to do anything
useful since.

I believe the solution consists of two parts. 

One is changing the function that generates the output so that encoding can
be controlled (as I recall this function is called something to the tune of
rk.out() ).

Second part should be to put encoding code in the html file like this: meta
http-equiv="content-type" content="text/html; charset=utf-8"

I'm not sure how the final content of the output window is generated but it
could be that some html code is wrapped around the output file then the second
step could be to control this code via some settings.

This should lead to content being rendered in the same encoding as it was
generated.

I'm also not sure which browser is used for rendering but my guess is that it's
konqueror as rkward is a kde app. Perhaps a solution could be to change some
settings related to konqueror?

- if you find a solution I would like to hear.

______________________________________________________________________
You are receiving this email because you elected to monitor this forum.
To stop monitoring this forum, login to SourceForge.net and visit: 
https://sourceforge.net/forum/unmonitor.php?forum_id=165574




More information about the Rkward-users mailing list