JoliTypo
JoliTypo copied to clipboard
:abc: Microtypography fixer for the web
- Allow org_heigl/hyphenator in ^3.0 - Simplify composer.json 'scripts' section - Drop support for Symfony < 4.4 + Add support for ^6.0 - Run tests on PHP 8.1
While curly quotes are common in German, especially in script use, angular quote marks (reversed french guillemets or »Möwchen«) are more common in printed german text, books and newspapers. Please...
If, for some reason, I want to get the ugly keyboard typed text back, then I would like to use something like ```PHP $fixer->unfix($fixedText); ``` Using this method, I could...
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...
I sometimes use JoliTypo to fix a text which has already been fixed before. If my text contains `Personnalisation`, after multiple saves, as many `­` will be added, which ends...
Replaces the usual dot `.` with an interpunct `·` in gender-neutral words. `musicien.ne.s` would become `musicien·ne·s` See [this Wikipedia article](https://fr.wikipedia.org/wiki/Langage_%C3%A9pic%C3%A8ne#Fran%C3%A7ais)
Hi, i would be great to be able to control the options of the Org\Heigl\Hyphenator\Hyphenator instance, like wordMin, LeftMin and so on. I created my own fixer to do this...
When running the `composer test`, I get following deprecating message: ```Bash Remaining indirect deprecation notices (1) 1x: Since symfony/framework-bundle 5.1: Not setting the "framework.router.utf8" configuration option is deprecated, it will...
To allow JoliTypo to fix complete HTML documents, with doctype & `body` tag, the `exportDOMDocument` must be rewritten. The `loadDOMDocument` hack needs to be considered.