Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

win: Converts ANSI argv to UTF8 array #156

Merged
merged 1 commit into from
Dec 27, 2015
Merged

Conversation

am11
Copy link
Contributor

@am11 am11 commented Dec 11, 2015

While testing sass/libsass#1774, I found another issue with UTF8 and sassc on Windows: the char** argv disregards the Unicode/multibyte characters passed through stdin. Note that sass/libsass#1774 is not dependent on this by the reciprocal is true.

Also added a missing & in windows build steps doc.

@am11
Copy link
Contributor Author

am11 commented Dec 11, 2015

Spec added: sass/sass-spec#640.

@xzyfer
Copy link
Contributor

xzyfer commented Dec 11, 2015

@am11 do you have merge powers? If so merge at your discretion. If not I'll
fix that.
On 11 Dec 2015 1:50 pm, "Adeel Mujahid" notifications@github.com wrote:

Spec added: sass/sass-spec#640
sass/sass-spec#640.


Reply to this email directly or view it on GitHub
#156 (comment).

@am11
Copy link
Contributor Author

am11 commented Dec 11, 2015

@xzyfer, nope I don't have the merge access.

xzyfer added a commit that referenced this pull request Dec 27, 2015
Converts ANSI argv to UTF8 array
@xzyfer xzyfer merged commit e2db5c7 into sass:master Dec 27, 2015
@xzyfer xzyfer added the bug label Dec 27, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants