Changeset 311
- Timestamp:
- 05/05/08 03:18:53 (7 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/lib/picolena/templates/lib/plain_text_extractors/plain_text.rb
r310 r311 6 6 if File.plain_text?(source) then 7 7 encoding=File.encoding(source) 8 #TODO: Return "binary file" if binary9 8 if encoding.empty? then 10 9 File.read(source)
