Respect simple_preserve_space for table cells
Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=893902
This commit is contained in:
@@ -2290,7 +2290,8 @@ skip_space(struct table *t, char *line, struct table_linfo *linfo,
|
|||||||
}
|
}
|
||||||
if (s > 0) {
|
if (s > 0) {
|
||||||
#ifdef USE_M17N
|
#ifdef USE_M17N
|
||||||
if (ctype == PC_KANJI1 && prev_ctype == PC_KANJI1)
|
if (!SimplePreserveSpace &&
|
||||||
|
ctype == PC_KANJI1 && prev_ctype == PC_KANJI1)
|
||||||
skip += s;
|
skip += s;
|
||||||
else
|
else
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
Reference in New Issue
Block a user