Commits

Joe Groff committed 1013781bcc5
Parse: Allow Unicode identifier characters. Extend the character set for identifiers according to WG14 N1518, which recommends an extended character set for identifier start and continuation characters in C. Mangle identifiers containing non-ASCII characters by borrowing the Punycode encoding used for international domain names. No Unicode operators just yet. Swift SVN r4968