Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Hookshot does not understand Left Double Quotation Marks #839

Open
Twi1ightSparkle opened this issue Nov 10, 2023 · 1 comment
Open

Hookshot does not understand Left Double Quotation Marks #839

Twi1ightSparkle opened this issue Nov 10, 2023 · 1 comment

Comments

@Twi1ightSparkle
Copy link
Contributor

Turns out Element X iOS types the wrong double quotes. Specifically - Left Double Quotation Mark (U+201C) instead of the expected " - Quotation Mark (U+0022)

See element-hq/element-x-ios#2060 for more details.

Hookshot does not understand “

{
  "content": {
    "body": "!gl create “An issue using Left Double Quotation Marks“ “instead of normal Quotation Mark“",
    "m.mentions": {},
    "msgtype": "m.text"
  },
  "type": "m.room.message",
  ...
}

Screenshot 2023-11-10 at 1 16 13 PM

Screenshot 2023-11-10 at 1 19 05 PM

@Half-Shot
Copy link
Contributor

This is a feature missing / bug in https://www.npmjs.com/package/string-argv.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants