I have a question about the usage of this board.
When I read/write or edit the post, I am troubled with the character(letter) at the end of line. For example, every line has an additional blank space in the end of line. But, if there are no characters except for '\n' (blank line) or any blank spaces in the end, this line has no additional blank spaces.
Code: Select all
0123456789
Accept01..
.Accept02.
..Accept03
Code: Select all
0123456789.
Accept01..
.Accept02.
..Accept03.
'Accept01..' and '.Accept02.' has no additional blank spaces.
Why?
Is it only my browser issue? Or, character encoding issue?
Otherwise, is 'Code' tag supported to not the text but the programing code?
I want to know how to write/read text precisely.
Please tell me any comments about my trouble.
Best regards.