Commits

Xin Tong committed bbf86865d61
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