encoding problem?

#5
by joonyle - opened
    bool IsWhiteSpace(char c)
    {
        return !(('!' <= c && c <= '~') || ('�' <= c && c <= '�') || ('�' <= c && c <= '�'));
    }
Your need to confirm your account before you can post a new comment.

Sign up or log in to comment