-
-
Notifications
You must be signed in to change notification settings - Fork 22k
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
Script editor wrongly replaces and quotes non-ASCII letters #92899
Labels
Milestone
Comments
This is because godot/editor/plugins/script_text_editor.cpp Lines 1939 to 1952 in 5833f59
Lines 4469 to 4490 in 5833f59
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Tested versions
4.3 beta1 and earlier
System information
Windows 10.0.19045 - Vulkan (Forward+) - dedicated NVIDIA GeForce GTX 1060 (NVIDIA; 31.0.15.4633) - Intel(R) Core(TM) i7-7700HQ CPU @ 2.80GHz (8 Threads)
Issue description
godot_fAwuz6123l.mp4
The non-ASCII letters are replaced with
_
, while they make a valid identifier. Also the path is quoted, but it works without the quote.Steps to reproduce
bułka
@onready var bu_ka = $"bułka"
@onready var bułka = $bułka
Minimal reproduction project (MRP)
N/A
The text was updated successfully, but these errors were encountered: