> ## Documentation Index
> Fetch the complete documentation index at: https://docs.cursebot.site/llms.txt
> Use this file to discover all available pages before exploring further.

# iOS Dash Issue

If **@curse** is responding differently than expected when you use a flag, the issue may be caused by iOS automatically changing your dashes. Many commands require a double dash (`--`) for flags, but iOS devices often convert two regular dashes into a single long dash (`—`) because of the **Smart Punctuation** feature. Since `--` and `—` are completely different characters, this can cause commands to fail or behave unexpectedly.

To fix this, first make sure you are using the correct double dash (`--`). If the problem continues, you can disable Smart Punctuation on your iOS device by following these steps:

1. Open **Settings**
2. Go to **General**
3. Tap **Keyboard**
4. Turn off **Smart Punctuation**

<Frame>
  <img src="https://mintcdn.com/cursebotsite/Np8UeYwnZNwIepv1/images/smart-punctuation.avif?fit=max&auto=format&n=Np8UeYwnZNwIepv1&q=85&s=529e12167de971fe827f0ec4eb399349" alt="Smart Punctuation" title="Smart Punctuation" className="mx-auto" style={{ width:"45%" }} width="828" height="1792" data-path="images/smart-punctuation.avif" />
</Frame>

Once disabled, iOS will stop automatically converting double dashes into long dashes, and your commands should work properly with **@curse**.
