Performing some text analysis I encountered the following trouble. Mathematica cannot display the text symbols with code 128 through 160. E.g., standard output with the FromCharacterCode function looks like 
When using Style for output: 
This problem persists for all font families. For displaying symbols the following code was used:
Table[ {q,
Style[ FromCharacterCode[q], FontFamily -> "Tahoma",
FontSize -> 25, FontColor -> Red]}, {q, 33, 255}]
(In FontFamily any font can be substituted, result will be the same.)
I suppose the problem may be OS-depending, so kindly ask colleagues to reproduce it on different platforms (I use WM 12.0, Windows 10 x64).