Respect simple_preserve_space for table cells

Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=893902
This commit is contained in:
Tatsuya Kinoshita
2018-03-24 06:26:30 +09:00
parent bdc549fc51
commit 73302179ea

View File

@@ -2290,7 +2290,8 @@ skip_space(struct table *t, char *line, struct table_linfo *linfo,
}
if (s > 0) {
#ifdef USE_M17N
if (ctype == PC_KANJI1 && prev_ctype == PC_KANJI1)
if (!SimplePreserveSpace &&
ctype == PC_KANJI1 && prev_ctype == PC_KANJI1)
skip += s;
else
#endif