On Mon, Feb 23, 2015 at 9:33 AM, Largo84 <larg...@gmail.com> wrote:

> I have a number of @nosent ...xml files that are triggering node recovery
> on read using the most recent Leo pull. It appears that it's trying to
> change one of the characters (the divide-by character, summary below):
>
> old: AS ÷
> new: AS ÷
>
> Any idea why it's doing this or how to prevent it?
>

​This is a standard unicode-related problem, having essentially nothing to
do with @clean.  The conversion happens when Leo *writes* the node, not
when it reads it.

Add the following line to the node::

    # -*- coding: utf-8 -*-

This tells Leo the correct encoding to use and all should be well.

Edward

-- 
You received this message because you are subscribed to the Google Groups 
"leo-editor" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to leo-editor+unsubscr...@googlegroups.com.
To post to this group, send email to leo-editor@googlegroups.com.
Visit this group at http://groups.google.com/group/leo-editor.
For more options, visit https://groups.google.com/d/optout.

Reply via email to