Re: [PHP-I18N] [php-i18n] gibberish output when using the loadHTMLFile() function.
[email protected] (Darren Cook) Mon, 12 Aug 2013 07:52:47 +0900
| Newsgroups | php.i18n |
|---|---|
| Message-ID | <[email protected]> |
> When I'm trying to load an external html document with the loadHTMLFile() > function and then I use the saveHTML() function to output its content, > some text in the external html document which is written in hebrew is > displayed in a gibberish format. is anyone here has an idea how to solve > this problem? > > NOTE: the document itself is encoded in utf-8 character set. What is the PHP internal encoding? (Look through your phpinfo() output). Darren