On Tue, 6 Apr 2004 09:23:35 +0200
"Henner Kollmann" <[EMAIL PROTECTED]> wrote:

HK> > http://www.ivanfm.com/tests/test.whtml
HK> > Type the values, submit and look the source.
HK> Please could you add 
HK> 
HK> <meta http-equiv="content-type" content="text/html; charset=UTF-8">
HK> 
HK> To your test page? Then we can see chinese chars too.
HK> 

Ok.


HK> > some characters like [crs]accute (I only typed it, they does not
HK> > exist in Brazilian Portuguese, I used it because I don't know how
HK> > to create chinese chars like in your example) when typed are
HK> > encoded as &xnnn;
HK> 
HK> OK, you get &xnnnn; back from the page and then you put this into
HK> your database? Right? What do you want to see if you show the page
HK> again? The &xnnnn; or the  [crs]accute?

This page does not put data on database, it is only a test to see how
the browser send the data to server, and show how this data can be sent
back to browser, unescaped and escaped.

Without UTF-8, using that [crs]accute one field show the real
characters, and other field show the &xnnn; for some of characters.

Now with meta UTF-8 the behaviour is different, the browser does not use
&xnnnn; the [crs]accute characters are sent in 2 bytes, and return also
in 2 bytes and all text fields show the same data.

In this case if all browsers does not generate the &unnnn; data like
your example, I don't undertand how you put this data in your database.

When you enter some data in chinese, can you send-me some URL's
generated by the form ?






-- 


Ivan F. Martinez


-------------------------------------------------------
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