No need to hurry, this weekend is perfect. Thank you in advance!
I tested it for me and it looks good. When can you make a release?
Character escape sequences gets corrupted by the parser.
Character escape sequences gets corrupted by the parser.
Description has changed: Diff: --- old +++ new @@ -14,4 +14,4 @@ } ~~~ -The resulting character is not printable with the font in this view, but can be printed in the edit mode. It is represented by three bytes `0xE2 0x80 0x8B`. I expect however the escaped sequence to be preseved. +The resulting character is (it' not printable with the font in the code block). It is represented by three bytes `0xE2 0x80 0x8B`. I expect however the escaped sequence to be preseved.
Description has changed: Diff: --- old +++ new @@ -14,4 +14,4 @@ } ~~~ -The resulting character is not printable with the font in this view, but can be printed in the edit mode. It is represented by three bytes `0xE2 0x80 0x8B`. I expect however the escaped sequence to be preseved. +The resulting character is (it' not printable with the font in the code block). It is represented by three bytes `0xE2 0x80 0x8B`. I expect however the escaped sequence to be preseved.
Character escape sequences gets corrupted by the parser.
Related: https://sourceforge.net/p/cssparser/bugs/63/