Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@VSadov
Copy link
Member

@VSadov VSadov commented Feb 9, 2015

It is likely the character was inserted by accident. There is no reason
to use it in the code. It is a valid Unicode whitespace, but not a valid
ASCII. Since the containing file has no encoding bytemarks, the behavior
of this char is dependent on default encoding. Indeed, the file compiles
on Windows and fails on Linux.
As far as I could find, this is the only case where this character is
used in actual code (not in tests) in Roslyn codebase.

It is likely the character was inserted by accident. There is no reason
to use it in the code. It is a valid Unicode whitespace, but not a valid
ASCII. Since the containing file has no encoding bytemarks, the behavior
of this char is dependent on default encoding. Indeed, the file compiles
on Windows and fails on Linux.
As far as I could find, this is the only case where this character is
used in actual code (not in tests) in Roslyn codebase.
@tmat
Copy link
Member

tmat commented Feb 9, 2015

LGTM

@gafter
Copy link
Member

gafter commented Feb 10, 2015

👍

VSadov added a commit that referenced this pull request Feb 10, 2015
Replace nonbreaking space (0xA0) with a regular space.
@VSadov VSadov merged commit 23e6f78 into dotnet:master Feb 10, 2015
dibarbet pushed a commit to dibarbet/roslyn that referenced this pull request Nov 21, 2025
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants