Changeset 11123

Show
Ignore:
Timestamp:
03/15/10 08:44:59 (6 months ago)
Author:
azawawi
Message:

Turning off Padre::Locale::encoding_from_string optimization to fix ticket:889. Alias please check it out.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/Padre/lib/Padre/Locale.pm

    r11120 r11123  
    600600        # regexp scan for the simplest and most common "ascii" encoding. 
    601601        # 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]/; 
    603603 
    604604        # FIX ME