When converting the following example using JoliTypo, nested quotes (quotes inside quotes) are not parsed and the closing quote is mistaken for an apostrophe.
Input
"This 'magic' piece of code fixes dump quotes and apostrophes."
Output
“This 'magic’ piece of code fixes dump quotes and apostrophes.”
------^
Expected
“This ‘magic’ piece of code fixes dump quotes and apostrophes.”
------^
When converting the following example using JoliTypo, nested quotes (quotes inside quotes) are not parsed and the closing quote is mistaken for an apostrophe.
Input
Output
Expected