The Allied application is full of incorrectly escaped
characters. Note that this application contains non-
Acord forms in pages 1-5. The first ACORD form begins
on page 6.
<Page number="1"/>
<Page number="2"/>
<Page number="3"/>
<Page number="4"/>
<Page number="5"/>
<Page number="6">
<BOX x1="19" y1="774" x2="593" y2="653">
<TEXT x="104" y="770">
<FONT face="Arial" style="font-size:18pt;font-
style:Bold">BUSINESS&#160;AUTO&#160;SECTION</F
ONT>
</TEXT>
<TEXT x="524" y="771">
<FONT face="Arial" style="font-size:6pt;font-
style:Bold">DATE&#160;(MM/DD/YY)</FONT>
</TEXT>
<TEXT x="468" y="756">
<FONT face="Arial" style="font-size:8pt;font-
style:Bold">CSR&#160;&#160;&#160;LP</FONT>
</TEXT>
<TEXT x="525" y="760">
<FONT face="CourierNew" style="font-size:10pt;font-
style:Bold">04/01/03</FONT>
</TEXT>
<TEXT x="21" y="749">
<FONT face="Arial" style="font-size:6pt;font-
style:Bold">PRODUCER</FONT>
</TEXT>
<TEXT x="68" y="750">
<FONT face="Arial" style="font-size:6pt;font-
style:Bold">PHONE</FONT>
</TEXT>
<TEXT x="114" y="749">
<FONT face="CourierNew" style="font-size:10pt;font-
style:Bold">517&#173;263&#173;4600</FONT>
</TEXT>
Logged In: YES
user_id=335059
This is not a trivial problem. For some reason it looks like
the background dots are causing an extransious a sharp
character to show up in the text stream.
Logged In: YES
user_id=335059
I have looked into this one a bit deeper and it appears that
there is some problem in the font loading system where-by
when the font "arial,bold" is mapped the character translation
does not work and a 0xA0 is not being considered a space
but rather a character that should be escaped. I believe that
this problem is related pretty closely to the umlate problem
that was also reported earlier