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

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

[Octave-bug-tracker] [bug #54384] unicode conversion fails with error on


From: John W. Eaton
Subject: [Octave-bug-tracker] [bug #54384] unicode conversion fails with error on Solaris system
Date: Thu, 26 Jul 2018 09:03:20 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Firefox/52.0

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

                 Summary: unicode conversion fails with error on Solaris
system
                 Project: GNU Octave
            Submitted by: jwe
            Submitted on: Thu 26 Jul 2018 01:03:18 PM UTC
                Category: Libraries
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Unexpected Error
                  Status: None
             Assigned to: None
         Originator Name: 
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: dev
        Operating System: Solaris/SunOS

    _______________________________________________________

Details:

The test suite shows the following errors on Solaris:


>>>>> processing
/export/home/eaton/local/src/octave-4.4.1-rc1/scripts/strings/native2unicode.m
***** assert (double (native2unicode (164:170, 'ISO-8859-5')),
        [208 132 208 133 208 134 208 135 208 136 208 137 208 138]);
!!!!! test failed
native2unicode: converting from codepage 'ISO-8859-5' to UTF-8: Operation not
applicable
***** assert (double (native2unicode ([164:166 0 167:170], 'ISO-8859-5')),
        [208 132 208 133 208 134 0 208 135 208 136 208 137 208 138]);
!!!!! test failed
native2unicode: converting from codepage 'ISO-8859-5' to UTF-8: Operation not
applicable
***** assert (double (native2unicode ([0 0 120.3 0 0 122.6 0 0])),
        [0 0 120 0 0 123 0 0]);
!!!!! test failed
native2unicode: converting from codepage '646' to UTF-8: Operation not
applicable

>>>>> processing
/export/home/eaton/local/src/octave-4.4.1-rc1/scripts/strings/unicode2native.m
***** assert (unicode2native ("ЄЅІЇЈЉЊ", "ISO-8859-5"), uint8
(164:170));
!!!!! test failed
native2unicode: converting from UTF-8 to codepage 'ISO-8859-5': Operation not
applicable
***** assert (unicode2native (["ЄЅІ" 0 "ЇЈЉЊ"], "ISO-8859-5"), uint8
([164:166 0 167:170]));
!!!!! test failed
native2unicode: converting from UTF-8 to codepage 'ISO-8859-5': Operation not
applicable






    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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