Hi Edward

On Tuesday, January 10, 2023 at 4:36:23 PM UTC Edward K. Ream wrote:
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

Yeah, I appreciate that. I just choose not to have such characters in my 
Python.
(I actually don't write much of my Python with Leo, but that's a different 
matter... ;-/)

Regards, J^n
 

-- 
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 [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/leo-editor/b93daddd-5a63-40e9-981c-b9bae4659006n%40googlegroups.com.

Reply via email to