jed-users mailing list

[2007 Date Index] [2007 Thread Index] [Other years]
[Thread Prev] [Thread Next]      [Date Prev] [Date Next]

Re: UTF-8 and Regular Expressions


G. Milde <milde@xxxxxxxxxxxxxxxxxxxxx> wrote:
>Currently I have in my jed.rc
>
> !if (_slang_utf8_ok)
>   () = evalfile("iso-latin.sl");           % iso-latin1 encoding
>
>but I'd prefer if this escaping were done in the "iso-lat*.sl" files.

The iso-lat*.sl files contain a number of calls to define_case and
define_word that are unnecessary in UTF-8 mode.  So, I will make the
execution of those statements conditional upon the value of
_slang_utf8_ok.

Thanks,
--John

--------------------------
To unsubscribe send email to <jed-users-request@xxxxxxxxxxx> with
the word "unsubscribe" in the message body.
Need help? Email <jed-users-owner@xxxxxxxxxxx>.


[2007 date index] [2007 thread index]
[Thread Prev] [Thread Next]      [Date Prev] [Date Next]