I have a tab-delimited file that I have opened in Notepad++, was having trouble parsing it, so turned on View->Show Symbol->Show White Space and TAB. I noticed that there were two different types of arrow symbols displayed along with the white space character. Is there a difference between these two arrow symbols?

Example: Notepad++ Show Symbols

link|improve this question
feedback

1 Answer

up vote 1 down vote accepted

There is no difference between the types of arrows. Convince yourself by replacing \t with 2 spaces. Make sure the "Search mode" is set to "Extended". There shall be no arrows afterwards.

Replace tabulators by spaces

link|improve this answer
If there's no difference between the two types of arrows... then why are there two types of arrows? There must be some significance, otherwise there wouldn't be two. – telornix Nov 9 '11 at 20:20
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.