Thanks to visit codestin.com
Credit goes to github.com

Skip to content

add support for abbreviations using … horizontal ellipsis character #558

@aspiers

Description

@aspiers

Some sites use the Unicode character U+2026 rather than three normal . characters. rolod0x doesn't currently catch these, but we want it to so that we can support more sites.

Sites affected

We'll maintain the list of sites known to be affected here; please comment below if you find a site not listed.

Implementation

Just adding this naively as a new permutation when calculating all the abbreviations to go in the mapping will instantly double the size of the mapping on all tabs. This might be fine for now, but #265 would give a way to avoid that kind of combinatorial explosion and keep the mapping down to a reasonable size.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions