angelolloqui / SwiftKotlin

A tool to convert Swift code to Kotlin.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Translate Unicode character literals in strings

petermichaux opened this issue · comments

Swift "\u{016C}"
is translated to Kotlin "\u{016C}"
but should be translate to Kotlin "\u016C"

Fixed with #103