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
We are facing an issue where the letter theta "θ" is displayed as "?" in RTF text when using the MS RichTextBox control. When attempting to display special characters (e.g., λ, θ), some of them are not shown correctly and instead appear as "?".
However, certain special symbols are rendered correctly, while others are not.
For example, when using the code snippet below in the button click event with the Beta letter "β", it works properly.
Describe the bug
We are facing an issue where the letter theta "θ" is displayed as "?" in RTF text when using the MS RichTextBox control. When attempting to display special characters (e.g., λ, θ), some of them are not shown correctly and instead appear as "?".
However, certain special symbols are rendered correctly, while others are not.
For example, when using the code snippet below in the button click event with the Beta letter "β", it works properly.
Code snippet:
When using the code snippet below in the button click event with the theta letter "θ", it does not work properly.
Code snippet:
Sample Zip: WindowsFormsApp1.zip
Steps to reproduce the bug
Expected behavior
The letter theta "θ" should be printed correctly.
Actual behavior
The letter theta "θ" not printed properly.
Screenshots
RichTextBox-ThetaIssue.mp4
Windows version
No response.
Additional context
No response.