Skip to content
This repository has been archived by the owner on Sep 14, 2018. It is now read-only.

Commit

Permalink
updated documentation link
Browse files Browse the repository at this point in the history
  • Loading branch information
paweljasinski committed Feb 11, 2014
1 parent df802a5 commit 1efe917
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Languages/IronPython/IronPython.Modules/_codecs.cs
Original file line number Diff line number Diff line change
Expand Up @@ -801,9 +801,9 @@ public ExceptionFallbackBufferUtf8DotNet(byte[] bytes) : base(bytes) {

public override bool Fallback(byte[] bytesUnknown, int index) {
// In case of dot net and utf-8 value of index does not conform to documentation provided by
// Microsoft. Tested on Windows 7 64, .NET 4.0.30319.18408, all recommended patches as of 06.02.2014
// http://msdn.microsoft.com/en-us/library/System.Text.EncoderFallbackBuffer%28v=vs.110%29.aspx
// Microsoft http://msdn.microsoft.com/en-us/library/bdftay9c%28v=vs.100%29.aspx
// The value of index is mysteriously decreased by the size of bytesUnknown
// Tested on Windows 7 64, .NET 4.0.30319.18408, all recommended patches as of 06.02.2014
if (ignoreNext) {
// dot net sometimes calls second time after this method returns false
// if this is the case, do nothing
Expand Down

0 comments on commit 1efe917

Please sign in to comment.