Ignore:
Timestamp:
2011-07-02T13:38:34+02:00 (13 years ago)
Author:
stoecker
Message:

fix UTF8 issue with launchpad

File:
1 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/i18n/convpreset.pl

    r26180 r26247  
    133133      my $val = $combo_values[$i];
    134134      $val =~ s/\x91/$sp/g;
     135      $combo_values[$i] = $val;
    135136      next if $val =~ /^[0-9-]+$/; # search for non-numbers
    136137      $val = fix($val);
Note: See TracChangeset for help on using the changeset viewer.