Changeset 11123
- Timestamp:
- 03/15/10 08:44:59 (6 months ago)
- Files:
-
- 1 modified
-
trunk/Padre/lib/Padre/Locale.pm (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Padre/lib/Padre/Locale.pm
r11120 r11123 600 600 # regexp scan for the simplest and most common "ascii" encoding. 601 601 # Check for POSIX printable characters, plus the two newline characters. 602 return 'ascii' unless $content =~ /[^[:print:]\015\012]/;602 #return 'ascii' unless $content =~ /[^[:print:]\015\012]/; 603 603 604 604 # FIX ME
