[Error] Unknown Charset Iso-8859 trying debugger

I'm trying the php debugger and get this error.

I've already put general settings with iso encoding

php: 5.6

apache2 running localhost

Any idea?

 

phpinfo https://pastebin.com/quWiZ1Fp 

 

thanks!

0
2 comments

Hi there,

>default_charset â€iso-8859-1†   â€iso-8859-1â€

Well ... I see the problem right there... in your pastebin link

The double quote symbol that you are using to specify default_charset variable is not " -- you must be using some unicode version of it or one that Word uses or alike

2
Avatar
Permanently deleted user

Thanks Andriy. You are rigth. I've copy that string and it came with a different "quote" symbol. i've already fix it with normal quote and works just fine!

0

Please sign in to leave a comment.