This post has been de-listed
It is no longer included in search results and normal feeds (front page, hot posts, subreddit posts, etc). It remains visible only via the author's post history.
8
Why does the string <0xa0> appears?
Post Body
It happened often. When I open a few files (for example sql or java) there is this string <0xa0>. It seems to represent the tab in the indentation.
For example:
CASE
<0xa0><0xa0><0xa0><0xa0>WHEN condition1 THEN result1
<0xa0><0xa0><0xa0><0xa0>WHEN condition2 THEN result2
<0xa0><0xa0><0xa0><0xa0>WHEN conditionN THEN resultN
<0xa0><0xa0><0xa0><0xa0><0xa0>ELSE result
END;
Everytime it happens I have to replace manually this string and it is a bit annoyng.
How ca I avoid this? Is there a faster way to replace this string?
Thank you.
Comments
Check your settings for UTF-8
Author
Account Strength
100%
Account Age
6 years
Verified Email
Yes
Verified Flair
No
Total Karma
6,420
Link Karma
124
Comment Karma
4,390
Profile updated: 1 week ago
Subreddit
Post Details
We try to extract some basic information from the post title. This is not
always successful or accurate, please use your best judgement and compare
these values to the post title and body for confirmation.
- Posted
- 1 year ago
- Reddit URL
- View post on reddit.com
- External URL
- reddit.com/r/SublimeText...