|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2008-12-18 21:18 UTC] scottmac@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Fri Nov 07 14:00:02 2025 UTC |
Description: ------------ If i use json_encode its truncates the string on an unexpected char Reproduce code: --------------- $tmp = array('Lib' => 'R?le'); echo json_encode($tmp); Expected result: ---------------- "Lib":"R?le" Actual result: -------------- "Lib":"R"