Mantis - Quercus
|
|||||
Viewing Issue Advanced Details | |||||
|
|||||
ID: | Category: | Severity: | Reproducibility: | Date Submitted: | Last Update: |
1763 | minor | always | 05-28-07 18:08 | 06-03-07 10:12 | |
|
|||||
Reporter: | nagashima | Platform: | |||
Assigned To: | OS: | ||||
Priority: | normal | OS Version: | |||
Status: | closed | Product Version: | 3.1.2 | ||
Product Build: | Resolution: | fixed | |||
Projection: | none | ||||
ETA: | none | Fixed in Version: | 3.1.2 | ||
|
|||||
Summary: | 0001763: When I used ob_get_contents, a Mojibake occurs | ||||
Description: |
quercus_text.php ---------------------------------------- <?php $data = "&12371;&12428;&12399;&26085;&26412;&35486;&12391;&12377;"; ob_start(); include "include_test.php"; $outputString = ob_get_contents(); ob_end_clean(); ?> <html> <body> output 1 <?php echo $data?> is good output 2 <?php echo $outputString;?> is mojibake </body> </html> -------------------------------------- include_test.php ------------------------------------- <?php echo $data?> ------------------------------------- |
||||
Steps To Reproduce: | |||||
Additional Information: | |||||
Relationships | |||||
Attached Files: | mojibake.zip [^] (486 bytes) 05-28-07 18:12 |
Notes | |||||
|
|||||
|
|