Commits

Howard Hinnant committed da897cb5c55
I'm not happy about this either. But print(String) is an exact match for printf(%s). printf takes UTF-8 strings and prints them out. It doesn't make sense to convert from UTF-8 to UTF-32 and then back to UTF-8 just to print. Test added to confirm that we can print a non-ASCII UTF-8 String. Swift SVN r1609