octave-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Octave-bug-tracker] [bug #52211] saveas does mess up UTF8 filenames


From: Georg Wiora
Subject: [Octave-bug-tracker] [bug #52211] saveas does mess up UTF8 filenames
Date: Thu, 12 Oct 2017 05:08:49 -0400 (EDT)
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:56.0) Gecko/20100101 Firefox/56.0

URL:
  <http://savannah.gnu.org/bugs/?52211>

                 Summary: saveas does mess up UTF8 filenames
                 Project: GNU Octave
            Submitted by: gwiora
            Submitted on: Thu 12 Oct 2017 11:08:48 AM CEST
                Category: Octave Function
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Incorrect Result
                  Status: None
             Assigned to: None
         Originator Name: gwiora
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: 4.2.1
        Operating System: Microsoft Windows

    _______________________________________________________

Details:

When using saveas to save a figure object and the filename contains non 7-bit
characters or utf-8 characters, the filename created on disc is corrupted.
Example:


 fh=figure('name','test');
 saveas(fh,"Längs.pdf")
 hgsave(fh,"Längs.ofig")


The saveas command produces the following filename on disk:

"L�ngs.pdf"

The hgsave creates the correct filename as specified.





    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?52211>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]