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

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

[Octave-bug-tracker] [bug #53873] "upper" and "lower" don't work with no


From: Markus Mützel
Subject: [Octave-bug-tracker] [bug #53873] "upper" and "lower" don't work with non-ASCII characters
Date: Thu, 10 May 2018 16:24:57 -0400 (EDT)
User-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:61.0) Gecko/20100101 Firefox/61.0

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

                 Summary: "upper" and "lower" don't work with non-ASCII
characters
                 Project: GNU Octave
            Submitted by: mmuetzel
            Submitted on: Thu 10 May 2018 08:24:55 PM UTC
                Category: Octave Function
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Incorrect Result
                  Status: None
             Assigned to: None
         Originator Name: 
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: dev
        Operating System: Any

    _______________________________________________________

Details:

In Octave:

>> lower ("AOUÄÖÜ")
ans = aouÄÖÜ
>> upper ("aouäöüß")
ans = AOUäöüß


But it should be:

>> lower ("AOUÄÖÜ")
ans = aouäöü
>> upper ("aouäöüß")
ans = AOUÄÖÜSS


I'll attach a patch as soon as I have a bug number.




    _______________________________________________________

Reply to this item at:

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

_______________________________________________
  Message sent via Savannah
  https://savannah.gnu.org/




reply via email to

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