Click to See Complete Forum and Search --> : ASCCI chracter issue


nabeelisnabeel
07-31-2006, 01:45 AM
I am recieving a list of words seperated by ASCII 253 (through GET) and then aapending my own list and returning to the original URL. I recieve the list nicely including the ASCII 253, append my own list successfully. then for confirmtaion I view in browser and it shows the "?" seperated list but the source shows "acii 253 seperated list. so no problem till here. when I send back this list to original URL it recieves "?" seperated list instead of ascii 253.

what is wrong here ?

pcthug
07-31-2006, 01:49 AM
Does the source show ý

bokeh
07-31-2006, 03:14 AM
Most likely problem is you are not setting the character set for your document.

nabeelisnabeel
07-31-2006, 06:23 AM
Does the source show ý

the source also showsx "?" character instead of "²". :confused:

nabeelisnabeel
07-31-2006, 06:26 AM
Most likely problem is you are not setting the character set for your document.

how to do that ?

bokeh
07-31-2006, 09:23 AM
header('Content-Type: text/html; charset=your charset here');