plint

French poetry validator (local mirror of https://gitlab.com/a3nm/plint)
git clone https://a3nm.net/git/plint/
Log | Files | Refs | README

commit c225836d197489783f0903de0afad06695bf4e6b
parent 5a62589bb05dcecb91c83bdbdd1c52fc23842801
Author: Antoine Amarilli <a3nm@a3nm.net>
Date:   Wed, 23 Oct 2013 23:30:22 +0200

fix for ĝ

Diffstat:
common.py | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/common.py b/common.py @@ -5,7 +5,7 @@ import unicodedata import re vowels = 'aeiouyœæ' -consonants = "bcçdfghjklmnpqrstvwxzñ'" +consonants = "bcçdfghjklmnpqrstvwxzñĝ'" apostrophes = "'’" legal = vowels + consonants + ' -'