[Posting] Re: PCC 1.99.20
From:ComCitCat
Thread:PCC 1.99.20
Forum:Bugs
In reply to:Re: PCC 1.99.20
Date:Wed, 2013-03-27 20:53 GMT
Edited:Wed, 2013-03-27 20:54 GMT

The file is "lru.ini", "lru" standing for "last-recently used".

The problem is that PCC2 writes this file as Unicode (UTF-8), but reads it back as latin-1. This means that whenever it encounters a non-ASCII character, that one comes out different than before, making the list longer, and each iteration doubles or triples the special character. If you say it has 6 megabytes, you probably have opened and closed your PCC more often than I did. Like 20 times.

Thus, the only advice I can give is to not use special characters in search expressions / labels. If you insist in having a degree symbol, use 'Chr(176)'.

--Stefan

Thx a lot. That helps. Also when I next encounter such troubles I can simply delete or edit lru.ini instead of pcc. :)