Open
Description
Previous ID | SR-3217 |
Radar | None |
Original Reporter | collinhundley (JIRA User) |
Type | Bug |
Additional Detail from JIRA
Votes | 1 |
Component/s | LLDB for Swift |
Labels | Bug, Linux, REPL |
Assignee | None |
Priority | Medium |
md5: 1c644bb2201670550915c8a65d7ca5d7
Issue Description:
The REPL will not allow any non-ASCII characters to be entered. The issue occurs on Ubuntu 16.04, but NOT on macOS.
Tested on Swift 3.0.1 Release and swift-DEVELOPMENT-SNAPSHOT-2016-11-12-a-ubuntu16.04.
Steps to reproduce in REPL:
```swift
let str = "café"
```
The "caf" are entered, but the "é" is rejected entirely.