Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
235
UltraTextEditor displaying linebreaks
posted

Hi,

For some reason there seems to be an inconsistency in the way the ultratexteditor displays text in normal and edit mode. I'm getting data from a database which is glued together by a stringbuilder instance. The newlines from the stringbuilder are displayed properly in both display as edit mode. The line-breaks from the database on the other hand, are displayed properly in display mode, but displayed as the 'I don't know this character' box character. Why is this, and how can I make sure the displayed text is exactly the same in both modes?