#6674: [with patch, needs review] only use ASCII characters in patches
---------------------------+------------------------------------------------
Reporter: mvngu | Owner: tba
Type: defect | Status: new
Priority: blocker | Milestone: sage-4.1.1
Component: documentation | Keywords:
Reviewer: | Author: Minh Van Nguyen
Merged: |
---------------------------+------------------------------------------------
Comment(by schilly):
Uhm, I question this a litte bit. It's true that you have to use ASCII
only for variable names, but strings and comments can be UTF-8. At least
it is technically feasible. You just have to add this line in the first or
second one of the .py file:
{{{
# -*- coding: utf-8 -*-
}}}
I guess it also works with sphinx, but someone should try.
Or is there a general policy i'm not aware of?!
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/6674#comment:8>
Sage <http://sagemath.org/>
Sage: Creating a Viable Open Source Alternative to Magma, Maple, Mathematica,
and MATLAB
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"sage-trac" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/sage-trac?hl=en
-~----------~----~----~----~------~----~------~--~---