German characters problem in the MDM UI.

German characters problem in the MDM UI.

book

Article ID: KB0094019

calendar_today

Updated On:

Products Versions
TIBCO MDM -
Not Applicable -

Description

Description:
German characters (ö,ä,ü) don't work in MDM UI if the display names are changed via CustomSharedStringResources.properties.

Issue/Introduction

German characters problem in the MDM UI.

Resolution

Non-ASCII characters needs to be converted into the format of UASCII in CustomSharedStringResources.properties. For example, ö should be represented as \u00f6 in CustomSharedStringResources.properties:

# Repositories

#REPO_NAME__ASSOCIATED_PARTY=Zugehörige Vertreter
REPO_NAME__ASSOCIATED_PARTY=Zugeh\u00f6rige Vertreter

Java bundles a command line tool named native2ascii to convert native to UASCII. native2ascii -encoding UTF-8 CustomSharedStringResources.properties CustomSharedStringResources_de.properties