amG11NSettings.xml revision 31efa30f058787c2c450472578e51d9f4760271a
2N/A<?xml version="1.0" encoding="ISO-8859-1"?>
2N/A
2N/A<!--
2N/A DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
2N/A
2N/A Copyright (c) 2006 Sun Microsystems Inc. All Rights Reserved
2N/A
2N/A The contents of this file are subject to the terms
2N/A of the Common Development and Distribution License
2N/A (the License). You may not use this file except in
2N/A compliance with the License.
2N/A
2N/A You can obtain a copy of the License at
2N/A https://opensso.dev.java.net/public/CDDLv1.0.html or
2N/A opensso/legal/CDDLv1.0.txt
2N/A See the License for the specific language governing
2N/A permission and limitations under the License.
2N/A
2N/A When distributing Covered Code, include this CDDL
2N/A Header Notice in each file and include the License file
2N/A at opensso/legal/CDDLv1.0.txt.
2N/A If applicable, add the following below the CDDL Header,
2N/A with the fields enclosed by brackets [] replaced by
2N/A your own identifying information:
2N/A "Portions Copyrighted [year] [name of copyright owner]"
2N/A
2N/A $Id: amG11NSettings.xml,v 1.2 2008/06/25 05:46:12 qcheng Exp $
2N/A
2N/A Portions Copyrighted 2015 ForgeRock AS.
2N/A
2N/A-->
2N/A
2N/A<!DOCTYPE ServicesConfiguration
2N/A PUBLIC "=//iPlanet//Service Management Services (SMS) 1.0 DTD//EN"
2N/A "jar://com/sun/identity/sm/sms.dtd">
2N/A
2N/A<ServicesConfiguration>
2N/A <Service name="iPlanetG11NSettings" version="1.0">
2N/A <Schema
2N/A serviceHierarchy="/DSAMEConfig/iPlanetG11NSettings"
2N/A i18nFileName="amG11NSettings"
2N/A i18nKey="sun-identity-g11n-settings-service-description"
2N/A propertiesViewBeanURL="/service/SMG11N"
2N/A resourceName="globalization"
2N/A >
2N/A <Global>
2N/A <AttributeSchema name="sun-identity-g11n-settings-locale-charset-mapping"
type="list"
syntax="string"
uitype="name_value_list"
i18nKey="a100"
resourceName="charsetMappings">
<DefaultValues>
<Value>locale=en|charset=UTF-8;ISO-8859-1</Value>
<Value>locale=ja|charset=UTF-8;Shift_JIS;EUC-JP</Value>
<Value>locale=fr|charset=UTF-8;ISO-8859-15</Value>
<Value>locale=de|charset=UTF-8;ISO-8859-15</Value>
<Value>locale=es|charset=UTF-8;ISO-8859-15</Value>
<Value>locale=ko|charset=UTF-8;EUC-KR</Value>
<Value>locale=zh|charset=UTF-8;GB2312</Value>
<Value>locale=ar|charset=UTF-8;ISO-8859-6</Value>
<Value>locale=th|charset=UTF-8;TIS-620</Value>
<Value>locale=zh_TW|charset=UTF-8;BIG5</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema name="sun-identity-g11n-settings-charset-alias-mapping"
type="list"
syntax="string"
uitype="name_value_list"
i18nKey="a101">
<DefaultValues>
<Value>mimeName=Shift_JIS|javaName=SJIS</Value>
<Value>mimeName=EUC-JP|javaName=EUC_JP</Value>
<Value>mimeName=EUC-KR|javaName=EUC_KR</Value>
</DefaultValues>
</AttributeSchema>
</Global>
<Organization>
<AttributeSchema name="sun-identity-g11n-settings-common-name-format"
type="list"
syntax="string"
i18nKey="a102"
resourceName="commonNameFormats">
<DefaultValues>
<Value>zh={sn}{givenname}</Value>
</DefaultValues>
</AttributeSchema>
</Organization>
</Schema>
</Service>
</ServicesConfiguration>