Skip to content

Instantly share code, notes, and snippets.

@kongtomorrow
Last active August 29, 2015 14:09
Show Gist options
  • Select an option

  • Save kongtomorrow/80ff47743d2c63355c42 to your computer and use it in GitHub Desktop.

Select an option

Save kongtomorrow/80ff47743d2c63355c42 to your computer and use it in GitHub Desktop.
Swift + Unicode evilness :-D
let é = "precomposed character!"
let é = "decomposed characters!"
println(é) // prints "precomposed character!"
println(é) // prints "decomposed characters!"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment