Noticed in the release notes that the 1.0.1 version of the vCloud SDK for Java that support for handling for internationalized characters was added.
This appears to work for internationalized usernames and passwords, but other requests like creating a catalog that include non ascii characters, always returns the following exception:
com.vmware.vcloud.sdk.VCloudException: The request is not properly encoded.
Is there additional configuration that needs to occur to make this work?