When attempting to convert `/\u{B4}/` to the DSL, you get: ```swift let r = Regex { "´" } ``` we ought to try and preserve the users original syntax and use `\u{B4}` instead.