<input value="[data mytable mycol mykey]">
but using table_editor:
[table_editor
table=mytable
item_id=mykey
]
the value in mycol field looks funky.
In Vend::Form.pm there's a line like so:
$opt->{encoded} = encode($opt->{value}, $ESCAPE_CHARS::std);
if I comment that line and replace with:
$opt->{encoded} = $opt->{value};
table_editor outputs good looking data for mycol.
Any ideas of how to make table_editor work better with my UTF-8 data?
Bill Carr
Bottlenose - Wine & Spirits eBusiness Specialists
(877) 857-6700
http://www.bottlenose-wine.com
_______________________________________________
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.