-
Notifications
You must be signed in to change notification settings - Fork 258
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
Unicode command line string support on Windows. #1410
Comments
That is not true as an absolute sentence.
This is a vague sentence and cannot be verified as-is. We need a concrete example that can be reproduced. Some issues have already been reported related to the use of Unicode arguments: #128, #983, #1322, #1388 and then supposedly fixed by #718, #1325, and #1390. What is exactly not working? |
All the answers to your questions can be found by looking at the Fluidsynth source code. |
@stardusteyes : This answer is quite arrogant on your part. I would understand if you say that you are not proficient in English, but in PR #1411 you wrote something that would be more fitting here on this issue report:
@derselbst I would label this report as invalid. Also: in the light of the recent xz backdoor disaster I would be very careful with contributions from random anonymous actors. |
Yes, you're right! By the way, are you suggesting to close this issue? See you. |
I'm closing this issue with the comment that this is not important. |
Related discussion
#880 (comment)
Is your feature request related to a problem?
When using the Fluidsynth on windows :
Now, the command line supports ANSI strings, but not non-ANSI strings.
This can sometimes cause problems in multilingual environments.
To be precise, this is not a bug, is a limitation of the ANSI command line interface.
Windows users generally only use ANSI strings, so they will have less trouble using Fluidsynth.
The maintainers seem to be very busy with more important issues.
So this update may not be a high priority.
Describe the solution you'd like
If the command line supported UNICODE strings, the Fluidsynth users would be able to use UNICODE strings in filenames or devicenames, and then more freeing from character encoding issues.
Describe alternatives you've considered
Updating the command line interface from ANSI to UNICODE.
The libfluidsynth functions already support utf-8 strings, so there aren't many updates.
Additional context
The code below need some changes:
new_codes.zip
The text was updated successfully, but these errors were encountered: