Page 1 of 1

Portuguese characters

Posted: Fri Jan 15, 2010 11:12 am
by mariolopes
Hi
When i want to update, insert my database i can't use portuguese characters like ç or ã . For example if i want to save calção de banho in my database i save only cal
Any ideas? I use the datagrid script found at phpclasses.org found at http://www.phpclasses.org/browse/package/3426.html
Thank you

Re: Portuguese characters

Posted: Fri Jan 15, 2010 11:24 am
by Sadam
What character set are you using?

Re: Portuguese characters

Posted: Fri Jan 15, 2010 5:43 pm
by thinsoldier
I'm basically having the same problems (for years)

Re: Portuguese characters

Posted: Sun Jan 17, 2010 1:20 pm
by mariolopes
Solved
I changed the character set to ISO 8859-1 and everything works fine now

Re: Portuguese characters

Posted: Sun Jan 17, 2010 6:39 pm
by thinsoldier
did you change that on your mysql connection or on your table fields or on your html charset tag?

and won't you still have issues with other characters now?

Re: Portuguese characters

Posted: Mon Jan 18, 2010 3:20 pm
by mariolopes
Hi
I don't have any problems with portuguese characters now. I change the php file, didn't change anything in Mysql
If I can help you please tell me.