|
Mantis - Hessian
|
|||||
| Viewing Issue Advanced Details | |||||
|
|
|||||
| ID: | Category: | Severity: | Reproducibility: | Date Submitted: | Last Update: |
| 4016 | minor | always | 04-27-10 08:13 | 04-27-10 08:13 | |
|
|
|||||
| Reporter: | ferg | Platform: | |||
| Assigned To: | OS: | ||||
| Priority: | normal | OS Version: | |||
| Status: | new | Product Version: | |||
| Product Build: | Resolution: | open | |||
| Projection: | none | ||||
| ETA: | none | Fixed in Version: | |||
|
|
|||||
| Summary: | 0004016: utf-8 toString conversion | ||||
| Description: |
(rep by Tahi Walcher) ppears we have hit a bug in Hessian relating to UTF-8 encoding. When UTF-8 strings are received by Hessian, they ?lose? their encoding and turn into rubbish characters. We have isolated the bug to the following: com.caucho.hessian.io. HessianInput.readString(), line 795 (v4.0.1 of hessian): return _sbuf.toString(); should correctly handle UTF-8 strings, i.e. return new String(_sbuf.toString().getBytes(), "UTF-8"); |
||||
| Steps To Reproduce: | |||||
| Additional Information: | |||||
| Relationships | |||||
| Attached Files: | |||||
| There are no notes attached to this issue. |