Re: [PHP-I18N] Re: gibberish output when using the loadHTMLFile() function
[email protected] (Darren Cook) Mon, 12 Aug 2013 15:12:56 +0900
| Newsgroups | php.i18n |
|---|---|
| Message-ID | <[email protected]> |
> Which directive should I check for its value? there are number of > directives that may be related to this problem, among them: > mbstring.internal_encoding, iconv.internal_encoding. How about checking all of them :-) If you are reading in UTF-8 files, and writing UTF-8 files, all internal encoding values should be UTF-8. If you have configuration values that are something else the two main troubleshooting paths are: A: Read up in the manual on what the configuration does to see if the current value is what you want; B: Try changing it (one setting at a time), and see if the problem you have goes away. Darren