<div dir="ltr">Perhaps `np.encoded_str[encoding]` as the name for the new type, if we decide a new type is necessary?<div><br></div><div>Am I right in thinking that the general problem here is that it's very easy to discard metadata when working with dtypes, and that by adding metadata to `unicode_`, we risk existing code carelessly dropping it? Is this a problem in both C and python, or just C?</div><div><br></div><div>If that's the case, can we end up with a compromise where being careless just causes old code to promote to ucs32?</div><br><div class="gmail_quote"><div dir="ltr">On Thu, 20 Apr 2017 at 20:09 Anne Archibald <<a href="mailto:peridot.faceted@gmail.com">peridot.faceted@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div class="gmail_quote"><div dir="ltr">On Thu, Apr 20, 2017 at 8:17 PM Julian Taylor <<a href="mailto:jtaylor.debian@googlemail.com" target="_blank">jtaylor.debian@googlemail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">I probably have formulated my goal with the proposal a bit better, I am<br>
not very interested in a repetition of which encoding to use debate.<br>
In the end what will be done allows any encoding via a dtype with<br>
metadata like datetime.<br>
This allows any codec (including truncated utf8) to be added easily (if<br>
python supports it) and allows sidestepping the debate.<br>
<br>
My main concern is whether it should be a new dtype or modifying the<br>
unicode dtype. Though the backward compatibility argument is strongly in<br>
favour of adding a new dtype that makes the np.unicode type redundant.<br></blockquote><div><br></div></div></div><div dir="ltr"><div dir="ltr"><div class="gmail_quote"><div>Creating a new dtype to handle encoded unicode, with the encoding specified in the dtype, sounds perfectly reasonable to me. Changing the behaviour of the existing unicode dtype seems like it's going to lead to massive headaches unless exactly nobody uses it. The only downside to a new type is having to find an obvious name that isn't already in use. (And having to actively  maintain/deprecate the old one.) </div></div></div></div><div dir="ltr"><div dir="ltr"><div class="gmail_quote"><div><br></div><div>Anne</div></div></div></div>
_______________________________________________<br>
NumPy-Discussion mailing list<br>
<a href="mailto:NumPy-Discussion@python.org" target="_blank">NumPy-Discussion@python.org</a><br>
<a href="https://mail.python.org/mailman/listinfo/numpy-discussion" rel="noreferrer" target="_blank">https://mail.python.org/mailman/listinfo/numpy-discussion</a><br>
</blockquote></div></div>