Extended chars not escaped in skeleton for XML filter

Issue #53 wontfix
Former user created an issue

Original [issue 53](https://code.google.com/p/okapi/issues/detail?id=53) created by @ysavourel on 2009-04-09T12:58:40.000Z:

If the output encoding is not supporting some extended chars. They are not escaped in the skeleton parts. This is because the skeleton does not know what output encoding to use and cannot guess. - one solution would be to always escape, but in many case this result in un-necessary escaped chars. - another solution is to somehow flag the skelton parts with extended chars and have to encoder go through those parts when writing out the output.

Comments (3)

  1. Jim Hargrave (OLD)

    EncoderContext can now be used by the encoder when it is processing SKELETON. However the most files are going to be UTF-8 so this is probably a non-issue.

  2. Log in to comment