Skip soft hyphen when reading token
The soft hyphen should only appear if a word is broken at the hyphen position. Filter it out. Adjust the entity test files to reflect the new behaviour. This fixes Issue #224 and Debian Bug #830173. Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=830173 Bug-Debian: https://github.com/tats/w3m/issues/224
This commit is contained in:
@@ -1726,7 +1726,7 @@ CounterClockwiseContourIntegral;
|
||||
ш 0x448 ш ш ш
|
||||
∣ 0x2223 ∣ ∣ ∣
|
||||
∥ 0x2225 ∥ ∥ ∥
|
||||
­ 0xAD
|
||||
­ 0xAD
|
||||
σ 0x3C3 σ σ σ
|
||||
ς 0x3C2 ς ς ς
|
||||
ς 0x3C2 ς ς ς
|
||||
@@ -2125,7 +2125,7 @@ CounterClockwiseContourIntegral;
|
||||
» 0xBB » » »
|
||||
® 0xAE ® ® ®
|
||||
§ 0xA7 § § §
|
||||
­ 0xAD ­
|
||||
­ 0xAD ­
|
||||
¹ 0xB9 ¹ ¹ ¹
|
||||
² 0xB2 ² ² ²
|
||||
³ 0xB3 ³ ³ ³
|
||||
|
Reference in New Issue
Block a user