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

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

[Octave-bug-tracker] [bug #64331] unicode2native demands codepage input


From: Markus Mützel
Subject: [Octave-bug-tracker] [bug #64331] unicode2native demands codepage input on Windows
Date: Mon, 26 Jun 2023 07:25:16 -0400 (EDT)

Update of bug #64331 (project octave):

                  Status:          Ready For Test => Fixed                  
             Open/Closed:                    Open => Closed                 

    _______________________________________________________

Follow-up Comment #10:

Thank you for testing. That seems to be compatible to Matlab now.
With Matlab R2023a:

>> unicode2native('abc', [])
Error using unicode2native
Encoding must be a text scalar.
 
>> unicode2native('abc', '')

ans =

  1×3 uint8 row vector

   97   98   99


Closing as fixed (again).



    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?64331>

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




reply via email to

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