php - Extra symbols in request answer -
php - Extra symbols in request answer -
i have query php file. php script printing out data, example:
printf("e1"); printf("ok.%d", $id);//for illustration ok.342 and have c++ winhttp client, can receive answer. unfortunately, have no "e1", receive
"п»їe1" "п»їok.342" i have no thought why is. also, made php testing script, receives "e1" well. help me?
upd. tried alter encoding of php scipt. nil changes, except utf-8 have
"п»їп»їe1" and no changes utf-8 (w/o bom) , ansi
php c++ post winhttp
Comments
Post a Comment