#2841: maxima pukes on non-ascii filenames (terrible evil bug! - caused by
clisp?)
------------------------+---------------------------------------------------
Reporter: was | Owner: mabshoff
Type: defect | Status: new
Priority: minor | Milestone: sage-4.4.3
Component: packages | Keywords:
Author: | Upstream: N/A
Reviewer: | Merged:
Work_issues: |
------------------------+---------------------------------------------------
Comment(by kcrisman):
Suggesting that we might make a change to sage-env if this isn't a problem
anymore.
{{{
# If the language encoding isn't set, set it to be US, since
# Sage is currently mainly a US program, and leaving this off
# leads to some really confusing errors -- see trac #276
if [ "$LANG" = "" ]; then
LANG="en_US.UTF-8" && export LANG
fi
}}}
But Sage isn't anywhere near as much mainly a US program now, and
hopefully this problem isn't possible anymore? I did create a folder
called "Steuerfälle" on my computer and that didn't cause problems, and
LANG=en_US.UTF-8 still (even when I open a new terminal window).
So perhaps we should revert #276 - or at least close this ticket!
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/2841#comment:4>
Sage <http://www.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.