We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Can i get proper encoding from text like this? "Español"
The text was updated successfully, but these errors were encountered:
Well the encoding in a string is always UTF 16.
.NET uses UTF-16 to encode the text in a string. A char instance represents a 16-bit code unit.
From https://learn.microsoft.com/en-us/dotnet/standard/base-types/character-encoding-introduction
Sorry, something went wrong.
Okay, and can I convert this to the correct character set? It could be "Español"
Btw it came from Xabe.FFmpeg SubtitleStream.Title prop.
No branches or pull requests
Can i get proper encoding from text like this? "Español"
The text was updated successfully, but these errors were encountered: