I keep getting an odd error when trying to configure my php.ini template.
It ends with:
UnicodeEncodeError: ‘ascii’ codec can’t encode character u’\xa0’ in position 68552: ordinal not in range(128)
I’ve posted the code that causes this at: https://gist.github.com/jerrac/0fb97c4477b7611d0ad6
The error does not happen if I comment out the php_overrides vars.
As far as I can tell, I’m saving the files as plain text. I use Sublime Text.
Any suggestions?