|
Mantis - Quercus
|
|||||
| Viewing Issue Advanced Details | |||||
|
|
|||||
| ID: | Category: | Severity: | Reproducibility: | Date Submitted: | Last Update: |
| 5328 | minor | always | 01-10-13 02:58 | 01-11-13 14:48 | |
|
|
|||||
| Reporter: | ngoc | Platform: | |||
| Assigned To: | nam | OS: | |||
| Priority: | normal | OS Version: | |||
| Status: | closed | Product Version: | |||
| Product Build: | Resolution: | fixed | |||
| Projection: | none | ||||
| ETA: | none | Fixed in Version: | 4.0.34 | ||
|
|
|||||
| Summary: | 0005328: Scripting utf-8 output vietnamese incorrect | ||||
| Description: |
this bug is reported at : http://bugs.caucho.com/view.php?id=5308 [^] but status is fixed , but i can't output correct vietnamese character (UTF-8) |
||||
| Steps To Reproduce: | |||||
| Additional Information: |
Quercus quercus = new Quercus(); quercus.setUnicodeSemantics(true); quercus.setIni("unicode.semantics", "on"); quercus.init(); quercus.start(); QuercusScriptEngine engine = new QuercusScriptEngine(new QuercusScriptEngineFactory(), quercus); String sayHelloVN = "<h1>Xin chào chó &0000273;&7891;</h1>"; try { System.out.println(sayHelloVN); engine.eval( sayHelloVN); } catch (Exception e) { e.printStackTrace(); } |
||||
| Relationships | |||||
| Attached Files: | |||||
| Notes | |||||
|
|
|||||
|
|
||||
|
|
|||||
|
|
||||