Files
swift-mirror/validation-test/stdlib/UnicodeUTFEncoders.swift
Xin Tong bbf86865d6 Change unicodescalar to failable
We were using a precondition which crashes the program when invalid input is
provided. We want to provide a way to gracefully check and handle invalid input
or shutdown the program if necessary.

SR-1930
2016-07-21 15:27:13 -07:00

3.9 KiB