Hashmap.get(char c) returning null for only special chars only in linux?

You are reading a single byte from the InputStream (that's what InputStreams do...). Change it to a *Reader and open it with the correct character encoding, and read chars from the Reader, not bytes. Special characters are typically multiple bytes, and Linux is typically UTF-8 encoding by default, hence your problems.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions


Thank You!
send