On Mon, Sep 7, 2009 at 20:27, Scott L. Burson Scott@sympoiesis.com wrote:
On Mon, Sep 7, 2009 at 2:49 AM, Willem Broekemametawilm@gmail.com wrote:
FWIW, the exported variable excl:real-char-code-limit seems to be defined especially for detecting the 8 vs 16 bit mode. http://www.franz.com/support/documentation/8.1/doc/variables/excl/real-char-...
Ah, good, thanks.
A cleaner solution would be to use excl:ics-target-case: That lets you conditionalize without hard-coding numerical limits and will be supported even if ACL should ever change their char code limits: http://www.franz.com/support/documentation/8.1/doc/operators/excl/ics-target...
Cheers,