mirror of
https://github.com/xoofx/markdig.git
synced 2026-02-10 14:00:05 +00:00
source code file encode unicode #284
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @xp44mm on GitHub (Mar 26, 2019).
the encode of some source code file has messy code. they sould be saved in
utf-8. for example,markdig\src\Markdig.Tests\ > ArgumentOutOfRangeException.md, hang.md, TestParser.cs
maybe there is other. i don't test fully.
@MihaZupan commented on GitHub (Mar 26, 2019):
Those test cases were found by a fuzzer. Haven't checked, but there are probably non-printable characters there as well.