Bourbon with Chinese fonts fails?
Hi,
My bourbon compiled scss file for dreamweaver cc 2017 contains the following:
$body-font-family: 'Gotham', 'Helvetica Neue', 'Helvetica', "PingFang TC", '微軟正黑體', "Microsoft JhengHei", "Arial Unicode MS", sans-serif;
However it renders the following error:
Error: Invalid CP950 character "\xE5"
on line 71 of C:/z2016/UniServerZ/www/ml/scss/_settings.scss
from line 6 of C:\z2016\UniServerZ\www\ml\scss\main.scss
when I remove the Chinese Characters it works.
I have tried putting the following @charset "utf-8"; at the top of my scss file (+ @charset "UTF-8";) however this makes no difference:
@charset "utf-8";
@1552174 'bourbon/bourbon';
@1552174 'settings';
I have read here:
Invalid US-ASCII character "\xE2" · Issue #270 · csswizardry/inuit.css · GitHub
config.rb: Encoding.default_external = "utf-8"
However - which dreamweaver config.rb file should I edit - as that are many:


