Rowland Smith
Rowland Smith
Implementation of [rfc-179](https://github.com/ponylang/rfcs/pull/179) improving unicode support in the String class.
Minor changes to support [rfc-179](https://github.com/ponylang/rfcs/pull/179) unicode string.
RFC for changes to String class to better support unicode.
The current OAuth.getAuthorizationHeader() method has a payload parameter of type String. In cases where the payload is not available as a String, conversion to a String might be impossible (binary...