I think this is to difficult - special case over special case.

Let's start again.

My problem is:
In the database there are strings like 
                        let it be
or
                        &u889088;   (e.g. chinese unicode chars).

If we do an escapeChars this will result in 
                  let it be
Or
                        &u889088;
This is normally not what i expected - in textFields and labels i want to
have the non breaking space or the chinese char.
Only in some special cases i want to see the escaped chars on my page.

OK, now the idea: What's about using unescape for the data we get from the
database and an escape after?
In the case we want to see the escaped chars we do not do the unescape.

Could this be the solution?

Cheers,
Henner

        



-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
_______________________________________________
DbForms Mailing List

http://www.wap-force.net/dbforms

Reply via email to