On Tuesday, January 10, 2023 at 10:31:02 AM UTC-6 jkn wrote:

I *do* use Unicode, of course ... just not extensively within my Leo notes, 
> for instance.


:-)
 

> I am not planning to use non-ASCII glyphs within my Python *code*, either.
>

It's easy to allow Unicode within .py files.  Just start `@file` nodes with:

  @first # -*- coding: utf-8 -*-

or just:

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

For other kinds of @<file> nodes.

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 view this discussion on the web visit 
https://groups.google.com/d/msgid/leo-editor/9e33821f-4e27-4057-8c31-5f3c3925b786n%40googlegroups.com.

Reply via email to