You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Running svgr --out-dir src src command on my laptop, creates components using Turkish characters for filenames. My laptop is English but my location is in Turkiye. I don't know how does it work behind the scene while generating files but it is creating components with Turkish characters. For example:
Original file: car_view_interior_view_360.svg
Generated File: CarViewİnteriorView360.tsx
It is using "İ" rather than "I".
To Reproduce
Steps to reproduce the behavior:
I am not sure but I believe changing your location to Turkiye in your computer and running svgr command with some files including characters such as lowercase i should do the trick.
Expected behavior
I would expect to have English file naming no matter what.
Link to repl or repo (highly encouraged)
Unfortunately it was internal company repo.
Issues without a reproduction link are likely to stall.
Run npx envinfo --system --binaries --npmPackages @svgr/core,@svgr/cli,@svgr/webpack,@svgr/rollup --markdown --clipboard
🐛 Bug Report
Running
svgr --out-dir src src
command on my laptop, creates components using Turkish characters for filenames. My laptop is English but my location is in Turkiye. I don't know how does it work behind the scene while generating files but it is creating components with Turkish characters. For example:Original file: car_view_interior_view_360.svg
Generated File: CarViewİnteriorView360.tsx
It is using "İ" rather than "I".
To Reproduce
Steps to reproduce the behavior:
I am not sure but I believe changing your location to Turkiye in your computer and running
svgr
command with some files including characters such as lowercasei
should do the trick.Expected behavior
I would expect to have English file naming no matter what.
Link to repl or repo (highly encouraged)
Unfortunately it was internal company repo.
Issues without a reproduction link are likely to stall.
Run
npx envinfo --system --binaries --npmPackages @svgr/core,@svgr/cli,@svgr/webpack,@svgr/rollup --markdown --clipboard
Paste the results here:
The text was updated successfully, but these errors were encountered: