davidmerfield / davidmerfield/Typeset
language switch changes rules?
- Dominant language
- JavaScript
- Stars
- 2.7k
- Forks
- 53
- PR merge metrics
- No merged PRs in 30d
Description
Found three small issues, all related to different behaviour when processing greek characters, instead of latin.
Problem 1: single quote before space
correctwrong
inputenglish' englishελληνικά' ελληνικά
outputenglish’ englishελληνικά′ ελληνικά
Problem 2: double quotes before full stop
correctwrong
input"english"."ελληνικά".
output“english”.“ελληνικά“.
Problem 3: double quotes before comma
correctwrong
input"english","ελληνικά",
output“english”,“ελληνικά“,
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.