Fix encoding of gccover.cpp. (dotnet/coreclr#5458)
authorAustin Wise <AustinWise@gmail.com>
Sat, 4 Jun 2016 01:53:29 +0000 (18:53 -0700)
committerJan Kotas <jkotas@microsoft.com>
Sat, 4 Jun 2016 01:53:29 +0000 (18:53 -0700)
commit109caf3b663fb7ffec051c7570823b806d8836b9
treec3ed1ed801889703aafda2fe743ecb6045937a43
parent966c3e9834b34ce77fd2de44a89bf5a05c3fb86c
Fix encoding of gccover.cpp. (dotnet/coreclr#5458)

This file fails to compile while under codepage 932 (Shift JIS).
This commits removes or replaces the offending chacters with ASCII.

Commit migrated from https://github.com/dotnet/coreclr/commit/6da0e82b5578b70c81d5878bdb797ab75b469fe1
src/coreclr/src/vm/gccover.cpp