P protocol96 New member Mar 15, 2007 34 0 0 with ur gf www.techbirbal.com Jun 1, 2007 #1 PHP: $b='ÝŽEÝNA'; $b = iconv('Windows-1250', 'UTF-8', $b); echo $b; now the Ý gives me a proper value but Ž gives me a question mark, can somebody help me figure out a solution. thanks!
PHP: $b='ÝŽEÝNA'; $b = iconv('Windows-1250', 'UTF-8', $b); echo $b; now the Ý gives me a proper value but Ž gives me a question mark, can somebody help me figure out a solution. thanks!
W wesley New member Jun 28, 2006 438 4 0 Jun 1, 2007 #2 Are you sure your actual script file is not encoded in UTF-8 or similar (some editors do that), that might be the problem.
Are you sure your actual script file is not encoded in UTF-8 or similar (some editors do that), that might be the problem.
P protocol96 New member Mar 15, 2007 34 0 0 with ur gf www.techbirbal.com Jun 1, 2007 #3 i dunno understand wat u mean, but this content is in a xml file which is encoded in windows-1250, i m parsing that and using iconv to that particular file, and my script file is normal php script file.
i dunno understand wat u mean, but this content is in a xml file which is encoded in windows-1250, i m parsing that and using iconv to that particular file, and my script file is normal php script file.