Skip to content

Commit a3be20a

Browse files
committed
More affix handling, per discussion at #1330
1 parent e20556a commit a3be20a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

data/en/4.0.dict

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13289,7 +13289,7 @@ RIGHT-WALL: RW- or ({@Xca-} & [[Xc-]]);
1328913289
<post-quote>:
1329013290
QUc- & {<wo-wall> or <wi-wall> or CP+};
1329113291

13292-
« 《 【 『 「 „ “ ''.x ’’.x :
13292+
« 《 【 『 「 „ “ ''.x ’’.x :
1329313293
QUd-;
1329413294
» 》 】 』 」 ” ''.y ’’.y :
1329513295
<post-quote>;
@@ -13305,7 +13305,7 @@ RIGHT-WALL: RW- or ({@Xca-} & [[Xc-]]);
1330513305
% Using backtic.x and backtic.y in the above definitions multiplies the
1330613306
% number of linkages by 2^(number of backtics). So it is treated as a
1330713307
% single item, below.
13308-
`: QUd- or <post-quote>;
13308+
` ``: QUd- or <post-quote>;
1330913309

1331013310
% Cost on Xc- because Xc is intended for commas, not periods.
1331113311
% Without this cost, lists, such as "Paris, London and Berlin."

data/en/4.0.dict.m4

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10865,7 +10865,7 @@ RIGHT-WALL: RW- or ({@Xca-} & [[Xc-]]);
1086510865
<post-quote>:
1086610866
QUc- & {<wo-wall> or <wi-wall> or CP+};
1086710867

10868-
« 《 【 『 「 „ “ ''.x ’’.x :
10868+
« 《 【 『 「 „ “ ''.x ’’.x :
1086910869
QUd-;
1087010870
» 》 】 』 」 ” ''.y ’’.y :
1087110871
<post-quote>;
@@ -10882,7 +10882,7 @@ RIGHT-WALL: RW- or ({@Xca-} & [[Xc-]]);
1088210882
% number of linkages by 2^(number of backtics). So it is treated as a
1088310883
% single item, below.
1088410884
changequote(\,/)dnl
10885-
`: QUd- or <post-quote>;
10885+
` ``: QUd- or <post-quote>;
1088610886
changequote dnl
1088710887

1088810888
% Cost on Xc- because Xc is intended for commas, not periods.

0 commit comments

Comments
 (0)