Benjamin Rister
Benjamin Rister
I'm terribly sorry that I haven't responded to this for so long. Somehow checking the address on this account slipped through the cracks for a long time so I never...
Both Lucas and I have subsequently moved on to other things. If another branch has taken over as being a reliable authoritative branch, I'm more than happy to defer to...
Finding a reliable fork is effectively the same problem as finding a reliable contributor, so I'm not sure that's going to really change the problem. If somebody else who's done...
A quick internet search suggested a solution like this: function FixEncoding($x) { if(mb_detect_encoding($x)=='UTF-8') { return $x; } else { return utf8_encode($x); } } This requires the mbstring extension, however, and...
Excellent, thank you. While I don't have time to mess with this immediately, I'll take care of it on my next pass through the source. Thanks again for the report...
I'm terribly sorry that I haven't responded to this for so long. Somehow checking the address on this account slipped through the cracks for a long time so I never...
Would you mind working with the authors of the other outstanding pull requests to make sure that your changes to the project etc. all work well together? Ideally, it'd be...
Unless you closed it because it's actually working with Sierra, how about we leave this open to help guide future people to a branch that works?