I have encountered an important issue while using Server WebProperties (Strings) and Mertech driver. It is related to encoding. When saving a string with non-ANSI characters on a WebProperty, every special character encoding will be lost: the WebGet on the same server call as the WebSet returns the expected value, but next calls don't.
We can use Client WebProperties for now but we should be using Server WebProperties on some options.
How should we store those strings in order to keep their encoding?