We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 26f7d20 commit 6b4de61Copy full SHA for 6b4de61
1 file changed
Util/Extensions.cs
@@ -163,7 +163,7 @@ public static bool IsPrintableData(this IEnumerable<char> source)
163
{
164
Contract.Requires(source != null);
165
166
- return IsLikelyPrintableData(source) >= 0.75f;
+ return IsLikelyPrintableData(source) >= 0.5f;
167
}
168
169
public static float IsLikelyPrintableData(this IEnumerable<char> source)
0 commit comments