How do i input "\0" and "\\0" in JIRA comments?

wu chen December 21, 2020

According to the introduction: https://jira.espressif.com:8443/secure/WikiRendererHelpAction.jspa?section=breaks

 

"\\" will mean that creates a line break, other than string \\ (0x5c, 0x5c in ASCII).

 

I would appreciate it if you could give me some advice.

 

Email: chenwu@espressif.com

Best regards,

CW

3 answers

0 votes
Scott W. Sander March 27, 2023

Edit: Wrong thread. Please disregard.

0 votes
Łukasz Szafirski _ Shiji October 27, 2021

Issue is still valid, please help

0 votes
Aaron Grosky December 22, 2020

As @wu chen noticed, I asked a similar question the day before in https://community.atlassian.com/t5/Jira-questions/How-do-I-escape-a-backslash-quot-quot/qaq-p/1562588?utm_source=atlcomm&utm_medium=email&utm_campaign=mentions_answer&utm_content=topic

I think the answer is that the backslash does not behave as documented and has conflicting definitions for \\ -- one which implies incorrectly that this produces a single backslash and one which explicitly states this creates a line break.

wu chen December 25, 2020

Agreed.

After testing, I found that there can not exist only two backslashes. Once there are, it will be a new line break.

I still don't know how to enter two backslashes gracefully.

Suggest an answer

Log in or Sign up to answer