I have a question concerning the StructuredTextViewer. I'm using it to
display some piece of HTML. Since I only have the html in form of a
String, I put it into an ByteArrayStream and use this stream to load the
structured model. But I have to big problem.
1) Caching. The ModelManager seens to have some cache. How can I force it
to reload the model?
2) Internationalization. No matter how I convert the Stream (UTF-8, ...)
chinse characters are broken every time. Does anybody know how to solve
this issue?