Allow Apostrophe In Names

FWIW, U+02BC is allowed by the Unicode identifier properties. The following compiles fine, even though Discourse is currently coloring it like punctuation here:

pub fn isnʼt_unicode_fun() {}
13 Likes