Content Analyzer Does Not Format a No-Break Space Properly (259803)



The information in this article applies to:

  • Microsoft Site Server 3.0

This article was previously published under Q259803

SYMPTOMS

In the Japanese version of Site Server 3.0 Service Pack 3, the HTML code that is used when Content Analyzer generates reports does not format a no-break space (nbsp) properly.

EXAMPLE:

English version:

&#xa0;&#xa0;&#xa0;&#xa0;<a href="http://server/default.asp">Welcome To IIS 4.0!</a><ul>
Japanese version:
(&N)nbsp;&#xa0;&#xa0;&#xa0;<a href="http://server/default.asp">Welcome To IIS 4.0!</a(&N)><ul>

CAUSE

The following string:
&#xa0;&&#xa0;&&#xa0;&&#xa0;<a href="%s">%s</a>
				
is incorrectly localized as:
nbsp;&#xa0;&&#xa0;&&#xa0;<a href="%s">%s</a(&&N)>
				

RESOLUTION

To resolve this problem, obtain the latest service pack for Site Server version 3.0. For additional information, click the following article number to view the article in the Microsoft Knowledge Base:

219292 How to Obtain the Latest Site Server 3.0 Service Pack


STATUS

Microsoft has confirmed that this is a problem in Site Server 3.0. This problem was first corrected in Site Server 3.0 Service Pack 4.

Modification Type:MinorLast Reviewed:9/23/2005
Keywords:kbHotfixServer kbQFE kbbug kbfix kbQFE kbSiteServ300sp4fix KB259803 kbAudDeveloper