-
- Downloads
Add US-ASCII-WITH-FALLBACK for files that are almost entirely ASCII
The US-ASCII reader for vtkDelimitedTextReader will die if it encounters even one character with its 8th bit set. This leaves us with no way to read documents from non-UTF code pages that have internationalized characters in the text. I added a new "character set" US-ASCII-WITH-FALLBACK that lets us read those anyway. The reader has a new ivar ReplacementCharacter that will be inserted in place of any characters beyond 0x7f (the same ones that cause US-ASCII to choke).
Please register or sign in to comment