Bug 296312 - cyrillic text in sage's function 'show()' doesn't shows, while they passed to latex, in unknown codepage
Summary: cyrillic text in sage's function 'show()' doesn't shows, while they passed to...
Status: RESOLVED WORKSFORME
Alias: None
Product: cantor
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: Arch Linux Linux
: NOR major
Target Milestone: ---
Assignee: Alexander Rieder
URL:
Keywords: triaged
Depends on:
Blocks:
 
Reported: 2012-03-18 22:59 UTC by Tem
Modified: 2018-10-27 04:22 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Tem 2012-03-18 22:59:08 UTC
User-Agent:       Mozilla/5.0 (X11; Linux x86_64) KHTML/4.8.1 (like Gecko) Konqueror/4.8
Build Identifier: 

this code fails:
> show('HНH')
it shows only two H's cause they are 'h', while Н in the middle is cyrillic letter 'н'.
returned LaTeX code is:
> \begin{eqnarray*}\newcommand{\Bold}[1]{\mathbf{#1}}\verb|HÐH|\end{eqnarray*}
That's a Cantor's bug because sage's 'notebook' interface works properly, and my LaTeX installation (texlive) too.

Reproducible: Always

Steps to Reproduce:
1.create new worksheet with sage as backend
2.write and execute this:
  show('jj.любые русские буквы.hg')
Actual Results:  
I see 'jj..hg' in output

Expected Results:  
I expects to see 'jj.любые русские буквы.hg' in output

sage version is 5.0,
KDE version is 4.8.1.
Comment 1 Martin 2012-09-23 20:46:59 UTC
I can confirm that behavior in Cantor, but I don't agree that it's Cantor's fault. Executing 
   show('jj.любые русские буквы.hg') 
in Sage (version 4.8) opens a pdf with the same output that Cantor produces. When you say that "sage's 'notebook' interface works properly", do you mean that it this specific command works in the sage notebook for you?
Comment 2 Andrew Crouthamel 2018-09-23 02:36:49 UTC
Dear Bug Submitter,

This bug has been in NEEDSINFO status with no change for at least 15 days. Please provide the requested information as soon as possible and set the bug status as REPORTED. Due to regular bug tracker maintenance, if the bug is still in NEEDSINFO status with no change in 30 days, the bug will be closed as RESOLVED > WORKSFORME due to lack of needed information.

For more information about our bug triaging procedures please read the wiki located here: https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging

If you have already provided the requested information, please set the bug status as REPORTED so that the KDE team knows that the bug is ready to be confirmed.

Thank you for helping us make KDE software even better for everyone!
Comment 3 Andrew Crouthamel 2018-10-27 04:22:09 UTC
Dear Bug Submitter,

This bug has been in NEEDSINFO status with no change for at least 30 days. The bug is now closed as RESOLVED > WORKSFORME due to lack of needed information.

For more information about our bug triaging procedures please read the wiki located here: https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging

Thank you for helping us make KDE software even better for everyone!