| Field |
Original Value |
New Value |
|
Summary
|
Typo in html entity replacment ("'" --> "\\")
|
Automatic translation: Typo in html entity replacment ("'" --> "\\")
|
|
Description
|
Rob Linden wrote in a comment in SNOW-93:
{quote}
One thing I've noticed as I've been shuffling things around. In lltranslate.cpp:
{code} string_replace_all( translation, "'","\\"); {code}
That doesn't look right. ' is "apostrophe", but it looks like it's replacing it with a backslash. Why is that?
{quote}
That's line 93 of newview/lltranslate.cpp. Probably a typo.
I'm marking this as low priority, since Google translations always send apostrophes as a numerical html entity {code}'{code}
|
Rob Linden wrote in a comment in SNOW-93:
{quote}
One thing I've noticed as I've been shuffling things around. In lltranslate.cpp:
{code} string_replace_all( translation, "'","\\"); {code}
That doesn't look right. ' is "apostrophe", but it looks like it's replacing it with a backslash. Why is that?
{quote}
That's line 93 of newview/lltranslate.h. Probably a typo.
I'm marking this as low priority, since Google translations always send apostrophes as a numerical html entity {code}'{code}
|