diff options
-rw-r--r-- | swedish.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -374,6 +374,7 @@ adjust_case(struct state *state) * | = 0x7c * ¦ = \xc2\xa6 * - = 0x2d + * = 0x20 (space) */ if (SENTENCE_CASE(state->flags)) { p++; |