Community Discussions and Support
Character display issue

This may be system related and not Pegasus Mail related but since it manifests itself in Pegasus Mail I thought it worth tapping this wealth of knowledge for assistance.

I have a customer service rep with a California based company who sends plain text messages using a Korean character set specified in the headers:  Content-Type: text/plain;

charset="ks_c_5601-1987".  These messages display with Korean characters when viewed by any user running the shared office installation of Pegasus Mail but the same message displays in English when viewed using both my laptop and my flash drive installs of Pegasus Mail.  FWIW, tmy flash drive install runs on the same PC as my shared office install.  The only things I know to check are the system locale (all are English(United States)), and the default MIME setting within Pegasus Mail (all are ISO-8859-1).  Please post any thoughts you may have for an explanation/fix for the Korean display.

Thanks.

 

<p>This may be system related and not Pegasus Mail related but since it manifests itself in Pegasus Mail I thought it worth tapping this wealth of knowledge for assistance.</p><p>I have a customer service rep with a California based company who sends plain text messages using a Korean character set specified in the headers:  <font size="2" face="Arial"><span style="FONT-SIZE: 10pt">Content-Type: text/plain; charset="ks_c_5601-1987".  These messages display with Korean characters when viewed by any user running the shared office installation of Pegasus Mail but the same message displays in English when viewed using both my laptop and my flash drive installs of Pegasus Mail.  FWIW, tmy flash drive install runs on the same PC as my shared office install.  The only things I know to check are the system locale (all are English(United States)), and the default MIME setting within Pegasus Mail (all are ISO-8859-1).  Please post any thoughts you may have for an explanation/fix for the Korean display.</span></font></p><p>Thanks.</p><p>  </p>

[quote user="Brian Fluet"]Please post any thoughts you may have for an explanation/fix for the Korean display.[/quote]

Charsets are handled by a modified version of iconv.dll which has been specifically adjusted by me for handling some Asian charsets (KSC_5601 being one of them). Maybe the versions used by different installs vary depending on whether systems keep various versions of it on the same machine. I have seen such effects while running Pegasus Mail in my Delphi runtime environment since Delphi supplies a different version of iconv.dll for its own use. See below for the details of the version to be used by Pegasus Mail.

<p>[quote user="Brian Fluet"]<font size="2" face="Arial"><span style="FONT-SIZE: 10pt">Please post any thoughts you may have for an explanation/fix for the Korean display.</span></font>[/quote]</p><p>Charsets are handled by a modified version of iconv.dll which has been specifically adjusted by me for handling some Asian charsets (KSC_5601 being one of them). Maybe the versions used by different installs vary depending on whether systems keep various versions of it on the same machine. I have seen such effects while running Pegasus Mail in my Delphi runtime environment since Delphi supplies a different version of iconv.dll for its own use. See below for the details of the version to be used by Pegasus Mail. </p>
			Michael
--
IERenderer's Homepage
PGP Key ID (RSA 2048): 0xC45D831B
S/MIME Fingerprint: 94C6B471 0C623088 A5B27701 742B8666 3B7E657C

Michael,

I thought your post had explained things because it reminded me that I am running v4.63 at the office and v4.72 at home on the flash drive but I'm not sure that it does after looking at the iconv.dll files.

v4.63 shows iconv.dll as version 1.13.1    last modified 1/16/10   956KB

v4.72 shows iconv.dll as version 1.13.1    last modified 3/14/13   956KB

Is this expected?  Is it an option to replace the iconv.dll on the v4.63 with the newer one?

 

<p>Michael,</p><p>I thought your post had explained things because it reminded me that I am running v4.63 at the office and v4.72 at home on the flash drive but I'm not sure that it does after looking at the iconv.dll files.</p><p>v4.63 shows iconv.dll as version 1.13.1    last modified 1/16/10   956KB </p><p>v4.72 shows iconv.dll as version 1.13.1    last modified 3/14/13   956KB</p><p>Is this expected?  Is it an option to replace the iconv.dll on the v4.63 with the newer one?</p><p> </p>

[quote user="Brian Fluet"]

Michael,

I thought your post had explained things because it reminded me that I am running v4.63 at the office and v4.72 at home on the flash drive but I'm not sure that it does after looking at the iconv.dll files.

v4.63 shows iconv.dll as version 1.13.1    last modified 1/16/10   956KB

v4.72 shows iconv.dll as version 1.13.1    last modified 3/14/13   956KB

Is this expected?  Is it an option to replace the iconv.dll on the v4.63 with the newer one?

 

[/quote]

Couldn't you upgrade the office installation?

[quote user="Brian Fluet"] <P>Michael,</P> <P>I thought your post had explained things because it reminded me that I am running v4.63 at the office and v4.72 at home on the flash drive but I'm not sure that it does after looking at the iconv.dll files.</P> <P>v4.63 shows iconv.dll as version 1.13.1    last modified 1/16/10   956KB </P> <P>v4.72 shows iconv.dll as version 1.13.1    last modified 3/14/13   956KB</P> <P>Is this expected?  Is it an option to replace the iconv.dll on the v4.63 with the newer one?</P> <P mce_keep="true"> </P> <P>[/quote]</P> <P>Couldn't you upgrade the office installation?</P>

[quote user="Greenman"]Couldn't you upgrade the office installation?[/quote]

I would prefer not to.  I don't need the new SSL or the improved TCP/IP functionality (Mercury in use) and the other improvements aren't a compelling reason to upgrade. 

 

<p>[quote user="Greenman"]Couldn't you upgrade the office installation?[/quote]</p><p>I would prefer not to.  I don't need the new SSL or the improved TCP/IP functionality (Mercury in use) and the other improvements aren't a compelling reason to upgrade.  </p><p> </p>

[quote user="Brian Fluet"]Is this expected?  Is it an option to replace the iconv.dll on the v4.63 with the newer one?[/quote]

Yes, you can do that, but I doubt it would help since I'm pretty sure I didn't change anything in the code, otherwise it would provide a different version number. The dates are pretty unreliable with regard to this.

<p>[quote user="Brian Fluet"]Is this expected?  Is it an option to replace the iconv.dll on the v4.63 with the newer one?[/quote]</p><p>Yes, you can do that, but I doubt it would help since I'm pretty sure I didn't change anything in the code, otherwise it would provide a different version number. The dates are pretty unreliable with regard to this. </p>
			Michael
--
IERenderer's Homepage
PGP Key ID (RSA 2048): 0xC45D831B
S/MIME Fingerprint: 94C6B471 0C623088 A5B27701 742B8666 3B7E657C

Finally found time to revisit this.  Replacing the iconv.dll from v4.63 with the one from v4.72 made no difference (as was expected).  A search for iconv.dll in the entire local drive on my Win7 desktop system had no hits so it appears that there is not a system file at play here.

I have identified only one sender for which this is an issue and the message traffic from her is low so it's easy enough to edit those .cnm files and change the character set.

 

<p>Finally found time to revisit this.  Replacing the iconv.dll from v4.63 with the one from v4.72 made no difference (as was expected).  A search for iconv.dll in the entire local drive on my Win7 desktop system had no hits so it appears that there is not a system file at play here.</p><p>I have identified only one sender for which this is an issue and the message traffic from her is low so it's easy enough to edit those .cnm files and change the character set. </p><p> </p>
live preview
enter atleast 10 characters
WARNING: You mentioned %MENTIONS%, but they cannot see this message and will not be notified
Saving...
Saved
With selected deselect posts show selected posts
All posts under this topic will be deleted ?
Pending draft ... Click to resume editing
Discard draft