All ok. Thanks for our kind attention.
All good to you...
Search found 3 matches
- Thu Dec 11, 2014 10:32 am
- Forum: General Discussion
- Topic: Language Characters
- Replies: 4
- Views: 12246
- Thu Dec 11, 2014 4:49 am
- Forum: General Discussion
- Topic: Language Characters
- Replies: 4
- Views: 12246
Re: Language Characters
I translate the files from english but I change the locale to: // Locale $_['code'] = 'pt'; $_['charset'] = 'utf-8'; $_['direction'] = 'ltr'; $_['locale'] = 'pt_PT.UTF-8,pt_PT,portugues'; $_['date_format_short'] = 'F j, Y'; $_['date_format_long'] = 'l, F jS, Y'; $_['time_format'] = 'h:i:s A'; $_['de...
- Thu Dec 11, 2014 3:20 am
- Forum: General Discussion
- Topic: Language Characters
- Replies: 4
- Views: 12246
Language Characters
On PHP I have charset UTF-8 and COLLATE=utf8_unicode_ci After upload the Portuguese language I obtain this results: instead á a black � with ? inside instead ç a black � with ? inside etc.etc. ... No accents or letters ç,á,é,ó,ã,õ,ê Please could you help me?. Thanks in advance António