Pages:

Show a formulaire on a page

beholder

Avatar: beholder

2009-01-27 17:49

it's not font, it's encoding. Try to use Notepad++ and save your sources in ANSI. That is, if you do not use UTF-8 encoding on your website. Or vice versa.

cachousam

Avatar: cachousam

2009-01-27 18:02

i use notepad++ and i save my source in ANSI
i try the two solution and it is the same result
grrrrrrrr

beholder

Avatar: beholder

2009-01-28 03:15

please send me your file that has texts displayed wrong and also the file lang/xx.php where XX is the language you're using (fr probably).

cachousam

Avatar: cachousam

2009-01-28 07:36

where can i send my files?
here in this screen or in a email box? which?

cachousam

Avatar: cachousam

2009-01-28 08:11

i try to put this line in my script but without résult

<meta http-equiv="Content-type" content="text/html; charset=UTF-8"/>

header('Content-type: text/html; charset=UTF-8');

i save in ansi or utf8 and it is the same thing

cachousam

Avatar: cachousam

2009-01-28 10:25

Hi beholder
it is fine now
i have create a new script but with notepad i have encode in utf8 from the beginning
and not after

cachousam

Avatar: cachousam

2009-01-28 10:27

and no needed this line

<meta http-equiv="Content-type" content="text/html; charset=UTF-8"/>

header('Content-type: text/html; charset=UTF-8');

just the encode utf8 from the beginning

cachousam

Avatar: cachousam

2009-01-28 11:39

there is my form

nice isnt'it?

http://img228.imageshack.us/img228/3699/esssaiform2uv5.png

beholder

Avatar: beholder

2009-01-28 15:21

you can "transcode" into UTF-8 with N++ (option format>convert) or just see how it looks (format>encode). You definitely don't have to do it from the beginning.

Pages:
Back to top
about us | contact