[Date Prev][Date Next][Thread Prev][Thread Next][Minivend by date
][Minivend by thread
]
Minimate & Decode_Chars
Since i am using a hebrew language.... i am finding diffcult to use minivend
for editing the database...
when it display the table... everything is good and nice, beside input
fields which include hebrew inside them,
they contain insted of hebrew, starneg fonts...,
when looking at the soure of the generated html i can clearly see the
problem
i have there:
<TD><INPUT NAME="modelname" SIZE=12
VALUE="ëøèéñ îñê
ùù"></TD>
insted of
<TD><INPUT NAME="modelname" SIZE=12 VALUE="лшийс оск"></TD>
It make some translation...., and i cannot get rid of that translation....
After a little research i found the function that make the translation....
but i am far behing from understanding what
it does.... the function can be found in the file mmtags.cfg
and i think the problem start in those lines:
my $DECODE_CHARS = qq{[<"\000-\037\177-\377};
HTML::Entities::encode($text, '&');
HTML::Entities::encode($text, $DECODE_CHARS);
Any one can please help me......... please please please.... (and one more
time to be sure i was politly, Please..)
Eran Binyamin Zeitoun.