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
When i copy multiline text from channel history or private messages i see symbol \u2029 instead of new lines.
Example: I have send the following text
Big text line one Big text line two Big text line three
Line four after one empty line
After all manipulations i got the following text.
Big text line one Big text line two Big text line three Line four after one empty line
I think this is a bug of QT 6 because i found this bug only in TeamTalk 5.11 beta.
Text is pasted with normal line endings and new lines.
Text is pasted with symbol \u2029 instead of normal new lines.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Description
When i copy multiline text from channel history or private messages i see symbol \u2029 instead of new lines.
Example:
I have send the following text
Big text line one
Big text line two
Big text line three
Line four after one empty line
After all manipulations i got the following text.
Big text line one Big text line two Big text line three Line four after one empty line
I think this is a bug of QT 6 because i found this bug only in TeamTalk 5.11 beta.
Application
Platform
Expected behavior
Text is pasted with normal line endings and new lines.
Actual behavior
Text is pasted with symbol \u2029 instead of normal new lines.
Steps to reproduce problem
The text was updated successfully, but these errors were encountered: