Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Fix bug: Encoding.UTF8 caused Unhandled exception#116

Merged
skrusty merged 4 commits into
AsterNET:masterAsterNET/AsterNET:masterfrom
evgenknis:masterevgenknis/AsterNET:masterCopy head branch name to clipboard
Oct 26, 2017
Merged

Fix bug: Encoding.UTF8 caused Unhandled exception#116
skrusty merged 4 commits into
AsterNET:masterAsterNET/AsterNET:masterfrom
evgenknis:masterevgenknis/AsterNET:masterCopy head branch name to clipboard

Conversation

@evgenknis

Copy link
Copy Markdown

Fix of this issue: #22

{
writer.Write(s);
writer.Write(encoding.GetBytes(s));
writer.Flush();

@Deantwo Deantwo Oct 17, 2017

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

Why is this the only line with spaces instead of tabs?
Not a big issue, just makes reading the code on GitHub weird.

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

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

Visual Studio Text Editor. I have nothing to do with =)

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

I know. There are other places in this project where this is an issue, and it is really just annoying to read. Other than that, it really doesn't matter. ^^;

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

Morty Proxy This is a proxified and sanitized view of the page, visit original site.