[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Non-ASCII chars in quail rules
From: |
Stefan Monnier |
Subject: |
Re: Non-ASCII chars in quail rules |
Date: |
Fri, 29 Aug 2014 21:13:39 -0400 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.4.50 (gnu/linux) |
> 1) Is there any easy way to fix that? Simply removing the < 127 test
> in the code that builds the maps doesn't work. (I'm afraid I don't
> fully understand where the maps are used, which is probably a
> problem.)
AFAIK there is no technical reason for the <127 limit. So I think the
best way forward is to remove the <127 test and then see what breaks
next, fix that part, lather, rinse, repeat.
If you have trouble with the "fix that part", feel free to send us
a recipe to reproduce the problem (probably includes your
work-in-progress-patch) so we can help along.
Stefan