Skip to main content

Posts

Showing posts from February, 2016

Domino classic Java elements encoding problems

Recently I encountered a problem, where Notes Java agent contained strange characters. My Domino Designer was set to UTF-8 and everything looked fine when I changed those characters to correct ones, but only until I reopened this design element again. I tried to reproduce the issue in different VM, but the problem didn't occur and since I have never seen it before, I started to blame Windows 8 for that, since other VM was Windows 2003 and both were English versions with default region for non-Unicode programs set to Czech. Only option I had was to switch back to non-Eclipse editors, but when I tried to open the element, it looked even worse. For example this code (check the line with a comment): When reopened: When reopened in classic editor: This can get really bad when such characters occur in string constants. Only solution was to fix the element in classic editor and leave it this way. Not really good for development. Today, I was testing the agent again and