Settings and activity
1 result found
-
1 vote
POEditor’s behavior is to convert \r\n to \n on export so that it works with all our supported formats.
Could you perhaps use only \n in your code for newlines?
Usually that can be done by changing your IDE settings to encode new lines as \n instead of \r\n.
An error occurred while saving the comment An error occurred while saving the comment 종이우산 commentedWhen multiline strings are used in the Unreal Editor's String Table, line breaks are marked as "\r\n" on export.
If Source String (Origin String) Hash is changed, the original sentence is judged to have changed and the translation text is not to be applied.Thus, regardless of whether the string concatenation is supported or not, the change in the Source String itself becomes a problem.
종이우산 shared this idea ·
I apologize for my rashness.
I checked again and found that the case in which the wrap was marked "\r\n" occurred only in the special case where the multi-line text was entered directly from the widget without using StringTable, and that plain text treated with \n was well applied even if the line was divided into lines.
Only the text with the line change applied to "\r\n" was a problem, and The reason is that this tool converts "\r\n" into "\n".
In sum, it is not a problem for the text to be divided into lines, but problems arise if the text contains "\r\n".