|
Mantis - Quercus
|
|||||
| Viewing Issue Advanced Details | |||||
|
|
|||||
| ID: | Category: | Severity: | Reproducibility: | Date Submitted: | Last Update: |
| 3120 | minor | always | 12-05-08 03:15 | 02-10-09 05:55 | |
|
|
|||||
| Reporter: | nbzx | Platform: | |||
| Assigned To: | nam | OS: | |||
| Priority: | normal | OS Version: | |||
| Status: | closed | Product Version: | 3.2.1 | ||
| Product Build: | Resolution: | no change required | |||
| Projection: | none | ||||
| ETA: | none | Fixed in Version: | 4.0.0 | ||
|
|
|||||
| Summary: | 0003120: json_encode about some chinese words | ||||
| Description: |
example: <?php $str_1 = json_encode('&37319;') . 'a'; $str_2 = json_encode('&37319;a'); echo $str_1 == $str2; //It should be 1(ture),but the result is NULL, so some chinese words can't be correctly encode. ?> |
||||
| Steps To Reproduce: | |||||
| Additional Information: | |||||
| Relationships | |||||
| Attached Files: | |||||
| Notes | |||||
|
|
|||||
|
|
||||