Apply all typographic substitutions to the given text.
Substitutions are applied in a specific order: double quotes first,
then low double quotes, then single quotes, then ellipsis. This order
matters because the backtick and apostrophe characters are shared
between single and double quote patterns.
Parameters
text: string
Text to transform
Returns string
Text with ASCII typography patterns replaced by Unicode equivalents
Apply all typographic substitutions to the given text.
Substitutions are applied in a specific order: double quotes first, then low double quotes, then single quotes, then ellipsis. This order matters because the backtick and apostrophe characters are shared between single and double quote patterns.