[Numpy-discussion] Are the characters in numpy strings signed or unsigned?

Robert Kern robert.kern at gmail.com
Tue Jun 7 14:57:14 EDT 2011


On Tue, Jun 7, 2011 at 13:53, Charles R Harris
<charlesr.harris at gmail.com> wrote:
> Because the C standard allows char to be either signed or unsigned and this
> affects sort order I believe we should pick one or the other for sorting.
> Thoughts?

Unsigned for (at least notional) compatibility with the unicode dtype.

-- 
Robert Kern

"I have come to believe that the whole world is an enigma, a harmless
enigma that is made terrible by our own mad attempt to interpret it as
though it had an underlying truth."
  -- Umberto Eco



More information about the NumPy-Discussion mailing list