The comment for Decode states that "If word is not a valid RFC 2047 encoded-word, word is returned unchanged.", but the implementation always returns an empty string for not RFC 2047 encoded words.
The comment should be updated to represent the actual implementation.