sass / libsass-net

A lightweight wrapper around libsass
MIT License
94 stars 35 forks source link

Pass utf8 encoded path as it will be converted to utf16 by libsass #8

Closed vadimi closed 9 years ago

vadimi commented 9 years ago

libsass 3.0 expects utf8 encoded path to convert it then to utf16. See file.cpp, line 235. Without this conversion libsass-net fails to compile the following file c:\Projects\temp\指事字.scss

darrenkopp commented 9 years ago

Thanks for this, are you using this directly or via sassy studio? This change has been pushed to nuget, but curious if i need to push out a new sassy studio right away or not.

vadimi commented 9 years ago

I use it in MsBuild task, thanks for the updated package.