Microsoft KB Archive/928041: Difference between revisions

From BetaArchive Wiki
m (Text replacement - "<" to "<")
m (Text replacement - ">" to ">")
 
Line 57: Line 57:


To resolve this problem, add the following statement to the top of the SiteMap XML file before you import the SiteMap XML file.
To resolve this problem, add the following statement to the top of the SiteMap XML file before you import the SiteMap XML file.
<pre class="codesample"><?xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot; ?&gt;</pre>
<pre class="codesample"><?xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot; ?></pre>


</div>
</div>

Latest revision as of 09:27, 21 July 2020

Knowledge Base


Chinese and Japanese characters in the Title attribute of the SiteMap XML file are displayed incorrectly in Microsoft Dynamics CRM 3.0

Article ID: 928041

Article Last Modified on 8/15/2007



APPLIES TO

  • Microsoft Dynamics CRM 3.0



SYMPTOMS

Chinese and Japanese characters in the Title attribute of the SiteMap XML file are displayed incorrectly in Microsoft Dynamics CRM 3.0. This problem occurs when you publish a customization after you change the content of the Title attribute in the SiteMap XML file. The Chinese and Japanese characters in the titles are displayed as garbage characters.

CAUSE

This problem may occur if one of the following conditions is true:

  • The encoding setting for the SiteMap XML file is not defined.
  • The encoding setting for the SiteMap XML file is incorrect.


RESOLUTION

To resolve this problem, add the following statement to the top of the SiteMap XML file before you import the SiteMap XML file.

<?xml version="1.0" encoding="utf-8" ?>


Additional query words: CRM3 CRM30 v3.0i

Keywords: kbtshoot kbmbscustomization kbmbsmigrate kbprb KB928041