Ignore:
Timestamp:
03/15/10 08:44:59 (2 years ago)
Author:
azawawi
Message:

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

File:
1 edited

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 
Note: See TracChangeset for help on using the changeset viewer.