|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
[2014-10-13 12:50 UTC] aeon at labs dot gr
Description: ------------ mysqli_set_charset($sqllink,"greek") is working perfectly on php-5.5.x but not on php-5.6.x for example: with php-5.5.17 i get "ΠΑΥΛΟΣ" (which is correct) but with php-5.6.1 i get "������" PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Wed Nov 05 06:00:01 2025 UTC |
Please provide a complete test script including hexdump of your greek string (i.e. for ($i = 0; $i < strlen($greek_string); ++$i) { printf(" 0x%x", $greek_string[$i]); }) PLease also provide the client api being used for both your PHP versions (see phpinfo() mysqli section) as well as the server version you are connecting to.