From 8987d13d3c1a62d2d1db6ecabb29bc76f3529a44 Mon Sep 17 00:00:00 2001 From: kaa Date: Wed, 5 Jul 2023 13:32:01 -0700 Subject: Add spanish hyphenation patterns, and support for building an executable that finds those hyphenation patterns. --- en.c | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 en.c (limited to 'en.c') diff --git a/en.c b/en.c new file mode 100644 index 0000000..bd8e0cf --- /dev/null +++ b/en.c @@ -0,0 +1,4 @@ +/* Should the dictionary of hyphenation patterns be in +a location other than the one specified here, replace this +with the valid location. */ +extern char *dictfile = "/usr/local/share/hyphen/hyph_en_US.dic"; -- cgit v1.2.3