[ic] UTF-8 in table_editor

docelic docelic at hcoop.net
Tue Jun 26 19:02:07 EDT 2007


On Tue, Jun 26, 2007 at 06:02:00PM -0400, Bill Carr wrote:
> 
> Thanks for the help but I still can't get it to work. I am I supposed  
> to be adding "\X" to $ESCAPE_CHARS::std in Util.pm? Do you know  
> exactly what $ESCAPE_CHARS::std should be set to?

Yes,

## This is a character class for HTML::Entities
$ESCAPE_CHARS::std = q{^\n\t\X !\#\$%\'-;=?-Z\\\]-~};

Another thing that you should do (just as a precaution so that it
doesn't cause trouble unexpectedly) is make sure the browser thinks
the page is Utf-8. Enforce that by choosing Utf-8 encoding locally,
from the browser menu.

-doc


More information about the interchange-users mailing list