Skip to content

Commit

Permalink
Merge pull request #6070 from kmpoppe/inverted-qm
Browse files Browse the repository at this point in the history
OsmNoteQuestController: Also accept inverted question mark as sole sign of a question
  • Loading branch information
matkoniecz authored Dec 31, 2024
2 parents 36fea1a + 0f54f04 commit 3c97c08
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -231,6 +231,7 @@ private fun Note.probablyContainsQuestion(): Boolean {
*/
val questionMarksAroundTheWorld = listOf(
"?", // Latin question mark
"¿", // Spanish question mark in case the closing latin one was omitted
";", // Greek question mark (a different character than semicolon, though same appearance)
";", // semicolon (often used instead of proper greek question mark)
"؟", // mirrored question mark (used in script written from right to left, like Arabic)
Expand Down

0 comments on commit 3c97c08

Please sign in to comment.