Skip to content

Instantly share code, notes, and snippets.

@disalvo
Last active April 23, 2020 12:45
Show Gist options
  • Save disalvo/49bf238d45ded706f30a48cddc55a9c6 to your computer and use it in GitHub Desktop.
Save disalvo/49bf238d45ded706f30a48cddc55a9c6 to your computer and use it in GitHub Desktop.
I fixed my problem with accents using PHPStorm. That is the solution which worked for me.
I'm using ElementaryOS, but the problem occours in Ubuntu too.
- Find phpstorm.sh
$> find -name phpstorm.sh
- Edit the most recent phpstorm.sh version
$> vim phpstorm.sh
- Insert the code bellow on the begining and save file
export XMODIFIERS=""
Enjoy!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment