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

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

[Octave-bug-tracker] [bug #49839] mxe-octave: perl 5.8 utf8 module case-


From: John Donoghue
Subject: [Octave-bug-tracker] [bug #49839] mxe-octave: perl 5.8 utf8 module case-folding bug caused by installing symbolic-2.4.0 package
Date: Thu, 11 May 2017 08:47:53 -0400 (EDT)
User-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2486.0 Safari/537.36 Edge/13.10586

Follow-up Comment #12, bug #49839 (project octave):

Yes I get the Use of uninitialized value in lc message, line 123 when trying
install 2.5.0 of the symbolic package.

The package appears to install ok despite the warning.

Running load symbolic; help syms I get another print out of the uninitialized
value in lc and then the help text for the syms function.

For the test calls:


> s = __makeinfo__ (["@documentencoding UTF-8\n", 0xcf, 0x80])
s = π
> s = __makeinfo__ (char ([0xe2, 0x8e, 0xa2]))
s = ⎢
> s = __makeinfo__ (char ([0xe2, 0x80, 0x9c]))
s = “
> s = __makeinfo__ (char ([0xe2, 0x88, 0x9a]))
s = √
> s = __makeinfo__ (char ([0xe6, 0x88, 0x91]))
s = 我







    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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