Using UTF-8 in the source can be problematic on platforms that are not configured to use UTF-8 by default. This commit replaces a number of strings with UTF-8 characters in them with an equivalent ASCII string that uses unicode character escapes.
Using UTF-8 in the source can be problematic on platforms that are not configured to use UTF-8 by default. This commit replaces a number of strings with UTF-8 characters in them with an equivalent ASCII string that uses unicode character escapes.