ID: 28654 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Feedback +Status: Open Bug Type: *Languages/Translation Operating System: WinXP PHP Version: 4.3.4 Assigned To: moriyoshi New Comment:
Sorry, but even the iconv() function doesn't do the job. Maybe someone else (german guy?) can make some tests to furnish proof to my problem. Previous Comments: ------------------------------------------------------------------------ [2004-07-12 18:51:24] [EMAIL PROTECTED] Most likely not a bug in PHP. The reporter better check out things I pointed out. ------------------------------------------------------------------------ [2004-07-11 21:34:21] [EMAIL PROTECTED] Moriyoshi: Was that last comment a statement of this being a bug in PHP or what? Is this verified bug? Can you fix it if it is? (if it's not bug -> bogus..) ------------------------------------------------------------------------ [2004-06-14 21:00:29] [EMAIL PROTECTED] Looks like you are trying to do the conversion between the code page 1252 and UTF-8. http://www.microsoft.com/globaldev/reference/sbcs/ 1252.htm Let alone mbstring, most of iconv() implementations support CP1252 (a.k.a. IBM1252). HTH ------------------------------------------------------------------------ [2004-06-10 00:11:14] [EMAIL PROTECTED] Hm, what ISO standard do I use (german, Win32) when I paste© Word text into a textarea and post it to a PHP script? Is it possible to solve my problem by converting my character encoding to iso-8859-1 with the mb-functions? ------------------------------------------------------------------------ [2004-06-08 09:38:23] [EMAIL PROTECTED] utf8_encode only deals with iso-8859-1, which does not define characters in the range from 128 to 160. Though it should probably just replace those characters with a question mark, as that's how invalid characters are usually converted. ------------------------------------------------------------------------ The remainder of the comments for this report are too long. To view the rest of the comments, please view the bug report online at http://bugs.php.net/28654 -- Edit this bug report at http://bugs.php.net/?id=28654&edit=1