<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
</head>
<body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">
&#43;0.&nbsp;
<div class=""><br class="">
<div class="">Maybe off topic.</div>
<div class=""><br class="">
<div class="">The problem is there’s no process for the validty of the parameter.</div>
<div class=""><br class="">
</div>
<div class="">The source of UnicodeScala:</div>
<div class=""><br class="">
</div>
<div class="">
<div>
<blockquote type="cite" class="">
<div class=""><font color="#000000" class="">&nbsp; public init(_ v: UInt32) {</font></div>
<div class=""><font color="#000000" class="">&nbsp; &nbsp; // Unicode 6.3.0:</font></div>
<div class=""><font color="#000000" class="">&nbsp; &nbsp; //</font></div>
<div class=""><font color="#000000" class="">&nbsp; &nbsp; // &nbsp; &nbsp; D9. &nbsp;Unicode codespace: A range of integers from 0 to 10FFFF.</font></div>
<div class=""><font color="#000000" class="">&nbsp; &nbsp; //</font></div>
<div class=""><font color="#000000" class="">&nbsp; &nbsp; // &nbsp; &nbsp; D76. Unicode scalar value: Any Unicode code point except</font></div>
<div class=""><font color="#000000" class="">&nbsp; &nbsp; // &nbsp; &nbsp; high-surrogate and low-surrogate code points.</font></div>
<div class=""><font color="#000000" class="">&nbsp; &nbsp; //</font></div>
<div class=""><font color="#000000" class="">&nbsp; &nbsp; // &nbsp; &nbsp; * As a result of this definition, the set of Unicode scalar values</font></div>
<div class=""><font color="#000000" class="">&nbsp; &nbsp; // &nbsp; &nbsp; consists of the ranges 0 to D7FF and E000 to 10FFFF, inclusive.</font></div>
<div class=""><font color="#000000" class=""><br class="">
</font></div>
<div class=""><font color="#000000" class="">&nbsp; &nbsp; _precondition(v &lt; 0xD800 || v &gt; 0xDFFF,</font></div>
<div class=""><font color="#000000" class="">&nbsp; &nbsp; &nbsp; &nbsp; &quot;high- and low-surrogate code points are not valid Unicode scalar values&quot;)</font></div>
<div class=""><font color="#000000" class="">&nbsp; &nbsp; _precondition(v &lt;= 0x10FFFF, &quot;value is outside of Unicode codespace&quot;)</font></div>
<div class=""><font color="#000000" class=""><br class="">
</font></div>
<div class=""><font color="#000000" class="">&nbsp; &nbsp; self._value = v</font></div>
<div class=""><font color="#000000" class="">&nbsp; }</font></div>
</blockquote>
<div><br class="">
</div>
<div>55357 == 0xD83D , not less than 0xD800</div>
<div><br class="">
</div>
<div>The _precondition like assert.&nbsp;</div>
<div><br class="">
</div>
<div><br class="">
</div>
<div><br class="">
</div>
<div><br class="">
</div>
<br class="">
<blockquote type="cite" class="">
<div class="">在 2016年7月22日,上午10:23,Karl via swift-evolution &lt;<a href="mailto:swift-evolution@swift.org" class="">swift-evolution@swift.org</a>&gt; 写道:</div>
<br class="Apple-interchange-newline">
<div class="">
<div class="">&#43;1. I was trying to build a naive random string generator the other day (but I wanted it to occasionally spit out extended clusters like emojis), and was also surprised that the initialiser crashes.<br class="">
<br class="">
Could probably be filed under “bug fixes”, even.<br class="">
<br class="">
Karl<br class="">
<br class="">
<blockquote type="cite" class="">On 22 Jul 2016, at 00:28, Chris Lattner via swift-evolution &lt;<a href="mailto:swift-evolution@swift.org" class="">swift-evolution@swift.org</a>&gt; wrote:<br class="">
<br class="">
Hello Swift community,<br class="">
<br class="">
The review of &quot;SE-0128: Change failable UnicodeScalar initializers to failable&quot; begins now and runs through July 24. The proposal is available here:<br class="">
<br class="">
<span class="Apple-tab-span" style="white-space:pre"></span><a href="https://github.com/apple/swift-evolution/blob/master/proposals/0128-unicodescalar-failable-initializer.md" class="">https://github.com/apple/swift-evolution/blob/master/proposals/0128-unicodescalar-failable-initializer.md</a><br class="">
<br class="">
Reviews are an important part of the Swift evolution process. All reviews should be sent to the swift-evolution mailing list at<br class="">
<br class="">
<span class="Apple-tab-span" style="white-space:pre"></span>https://lists.swift.org/mailman/listinfo/swift-evolution<br class="">
<br class="">
or, if you would like to keep your feedback private, directly to the review manager.<br class="">
<br class="">
What goes into a review?<br class="">
<br class="">
The goal of the review process is to improve the proposal under review through constructive criticism and contribute to the direction of Swift. When writing your review, here are some questions you might want to answer in your review:<br class="">
<br class="">
<span class="Apple-tab-span" style="white-space:pre"></span>* What is your evaluation of the proposal?<br class="">
<span class="Apple-tab-span" style="white-space:pre"></span>* Is the problem being addressed significant enough to warrant a change to Swift?<br class="">
<span class="Apple-tab-span" style="white-space:pre"></span>* Does this proposal fit well with the feel and direction of Swift?<br class="">
<span class="Apple-tab-span" style="white-space:pre"></span>* If you have used other languages or libraries with a similar feature, how do you feel that this proposal compares to those?<br class="">
<span class="Apple-tab-span" style="white-space:pre"></span>* How much effort did you put into your review? A glance, a quick reading, or an in-depth study?<br class="">
<br class="">
More information about the Swift evolution process is available at<br class="">
<br class="">
<span class="Apple-tab-span" style="white-space:pre"></span>https://github.com/apple/swift-evolution/blob/master/process.md<br class="">
<br class="">
Thank you,<br class="">
<br class="">
-Chris Lattner<br class="">
Review Manager<br class="">
<br class="">
<br class="">
_______________________________________________<br class="">
swift-evolution mailing list<br class="">
swift-evolution@swift.org<br class="">
https://lists.swift.org/mailman/listinfo/swift-evolution<br class="">
</blockquote>
<br class="">
_______________________________________________<br class="">
swift-evolution mailing list<br class="">
<a href="mailto:swift-evolution@swift.org" class="">swift-evolution@swift.org</a><br class="">
https://lists.swift.org/mailman/listinfo/swift-evolution<br class="">
</div>
</div>
</blockquote>
</div>
<br class="">
</div>
</div>
</div>
</body>
</html>