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

Plugin changes arabic and hindi charachters #71

Open
ipanasenko opened this issue Jul 15, 2024 · 3 comments
Open

Plugin changes arabic and hindi charachters #71

ipanasenko opened this issue Jul 15, 2024 · 3 comments
Labels
Bug confirmed Report has been confirmed as a valid bug

Comments

@ipanasenko
Copy link

Whenever I have biome format or check on save enabled, I notice my content getting changed. Applies to at least arabic and hindi:

const string1 = 'इंटरनेट कनेक्शन की विफलता'; // changes to `इटरनट कनकशन क वफलत`
const string2 = 'حاول مجددًا'; // changes to 'حاول مجددا'

This does not happen when formatting/checking the same file from CLI.

@ipanasenko
Copy link
Author

Thai as well

@nhedger nhedger added the Bug confirmed Report has been confirmed as a valid bug label Jul 17, 2024
@nhedger
Copy link
Member

nhedger commented Jul 17, 2024

I'm able to reproduce on PhpStorm 2024.1.4 running Biome Intellij 1.2.1 and Biome 1.8.3

Screen.Recording.2024-07-17.at.17.07.18.mov

@ematipico
Copy link
Member

I believe the issue is the --color property being set to auto, which affects ANSI. Just a guess

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug confirmed Report has been confirmed as a valid bug
Projects
None yet
Development

No branches or pull requests

3 participants