[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [ic] UTF-8 in table_editor


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
_______________________________________________
interchange-users mailing list
suppressed
http://www.icdevgroup.org/mailman/listinfo/interchange-users


Mail converted by mhonarc 2.6.15
This archive provided courtesy of JSW4.NET, Internet Hosting Services for Small Business.