dhtmlXTabbar and special characters

Im using dhtmlXTabbar and when loading dynamic content through setContentHref the iframe its not loaded correctly if we use portuguese characters like çÇãé.

This is seriously related to used locale and the setting of remote server. Please try instead of

    tabbar.setContentHref(url);

use

    tabbar.setContentHref(encodeURI(url));