davidmerfield / davidmerfield/Typeset

language switch changes rules?

Open
#26 3 comments 0 reactions 0 assignees View on GitHub
bug
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.