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

Bugfixes/mac fix encodingproblems #1969

Merged
merged 4 commits into from
Feb 15, 2021

Conversation

markusstoll
Copy link
Contributor

See issue #1966

With current Visual Studio the complete handling of special characters in path/file names was broken.
This fix enforces UTF8 encoding for all git calls and disables the encoding conversion which break things again as Default encoding is ASCII on current Visual Studio 2019 on macOS

…tings on git command things are already and would get worse if default encoding is ASCII (which seems to be the case for current VisualStudio 2019)
{
}

public EventLogController (bool fix_utf_encoding)
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

From where do you ever call this constructor with fix_utf_encodning = - false?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

from SparkleShare/Mac/UserInterface/EventLog.cs

As with current VisualStudio for Mac 2019 the default encoding is ASCII (don't ask me why)- this conversion needs to be switched off.

@hbons hbons merged commit cb08a35 into hbons:master Feb 15, 2021
@markusstoll markusstoll deleted the bugfixes/mac-fix-encodingproblems branch February 15, 2021 13:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants