We currently transform `a\u{301}` into: ```swift Regex { "á" } ``` we ought to try and preserve the `\u{301}` syntax the user wrote.