namedmanager icon indicating copy to clipboard operation
namedmanager copied to clipboard

Converting "t" into TAB

Open sirmonti opened this issue 8 years ago • 2 comments

Hello. I created a TXT record with this content: "t=y; o=~" After saving changes, the "t" was converted to a tab character. The change is in the database, is not a display error.

sirmonti avatar Mar 17 '16 15:03 sirmonti

Weird bug. If you figure it out, please send in a PR.

jethrocarr avatar Dec 09 '16 11:12 jethrocarr

This is the same issue as described in https://github.com/jethrocarr/namedmanager/issues/43, see my comment https://github.com/jethrocarr/namedmanager/issues/43#issuecomment-468532484 for an explanation.

tl;dr: There is a \ being inserted at the start of the string, resulting in \t, which itself is converted to a tab.

thedaveCA avatar Mar 01 '19 03:03 thedaveCA