Ticket #224 (accepted defect)
padre chokes on files containing NULL byte (^@)
| Reported by: | jquelin | Owned by: | jquelin |
|---|---|---|---|
| Priority: | major | Milestone: | |
| Component: | editor | Version: | 0.25 |
| Keywords: | Cc: |
Description
1. download mycology at http://users.tkk.fi/~mniemenm/files/befunge/mycology/mycology.zip
2. unzip it
3. open mycology/mycology.b98 with padre
==> it takes a looooong time to load, and is rendered as utf8 crap
note:
a) this file is in dos mode. however, converting it to unix with:
$ perl -pi -e 's/\r\n/\n/g' mycology.b98
doesn't change the problem.
b) other files from this archive open nicely
c) it also happens when opening mycology.b98 from an opened padre
Change History
Note: See
TracTickets for help on using
tickets.
