videogramme / text20

Automatically exported from code.google.com/p/text20
0 stars 0 forks source link

Check umlauts and other characters transform properly into UTF-8 while recording. #26

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Right now, the sessions still contain entries like:

<content>au<DF>en</content>
<content><FC>ber</content>
...

Original issue reported on code.google.com by r.biedert on 6 Sep 2010 at 12:04

GoogleCodeExporter commented 9 years ago
Fixed by decorating the input/output streams in SessionStreamer and 
SessionReplayImpl with UTF-8 converting streams.

Umlauts still have to be escaped according to the UTF-8 standard

Original comment by arman.va...@gmail.com on 7 Sep 2010 at 3:14