One PR (well, two) coming asap!<br><div class="gmail_quote"><div dir="ltr">On Wed, Jul 27, 2016 at 16:59 Chris Lattner via swift-evolution &lt;<a href="mailto:swift-evolution@swift.org">swift-evolution@swift.org</a>&gt; wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Proposal Link: <a href="https://github.com/apple/swift-evolution/blob/master/proposals/0134-rename-string-properties.md" rel="noreferrer" target="_blank">https://github.com/apple/swift-evolution/blob/master/proposals/0134-rename-string-properties.md</a><br>
<br>
The review of &quot;SE-0134: Rename two UTF8-related properties on String&quot; ran from July 24…26. The proposal has been *accepted with revision*.<br>
<br>
This proposal has two parts.  The core team approves the first part: &quot;Rename nulTerminatedUTF8CString to utf8CString”.  This property is intended for use when interoperating with APIs that take C-style “char *” parameters.<br>
<br>
For the second part, the proposal suggests &quot;Rename nulTerminatedUTF8 to nullTerminatedUTF8.”  The core team discussed this, looked at various uses of the API (among code bases publicly available on github) and came to the conclusion that it is best to just remove this property outright.  The clients we found would be better served using the .utf8CString property.<br>
<br>
Thank you to Xiaodi Wu and Erica Sadun for driving this discussion forward!  Time is short, we’d appreciate it if someone could implement this ASAP.<br>
<br>
-Chris Lattner<br>
Review Manager<br>
<br>
_______________________________________________<br>
swift-evolution mailing list<br>
<a href="mailto:swift-evolution@swift.org" target="_blank">swift-evolution@swift.org</a><br>
<a href="https://lists.swift.org/mailman/listinfo/swift-evolution" rel="noreferrer" target="_blank">https://lists.swift.org/mailman/listinfo/swift-evolution</a><br>
</blockquote></div>