Hello,
some time ago I've found an issue with wide characters in Markdent::Parser::BlockParser.
If we have UTF-8 encoded string without UTF-8 flag, it seems to be ok, at least in Markdent itself, but HTML::Stream converts it into something ugly.
If we have UTF-8 encoded string with UTF-8 flag, we just cannot process document with HTML tags - sha1_hex fails to process wide chars.
The test here shows the case.
Are the strings with UTF-8 flag allowed here? Sorry, but I have not found anything in documentation regarding this case.
Hello, some time ago I've found an issue with wide characters in Markdent::Parser::BlockParser.
If we have UTF-8 encoded string without UTF-8 flag, it seems to be ok, at least in Markdent itself, but HTML::Stream converts it into something ugly. If we have UTF-8 encoded string with UTF-8 flag, we just cannot process document with HTML tags - sha1_hex fails to process wide chars.
The test here shows the case.
Are the strings with UTF-8 flag allowed here? Sorry, but I have not found anything in documentation regarding this case.