rrthomas / recode

Charset converter tool and library
GNU General Public License v3.0
130 stars 12 forks source link

testdump.c: remove code forgotten in commit 3051a87 #7

Closed Maelan closed 6 years ago

Maelan commented 6 years ago

Commit 3051a87 (from 2008) introduced function should_prefer_french as a better way to decide whether character names should be printed in English or in French. However a piece of code was forgotten in produce_full_dump during the refactoring, so that the result of should_prefer_french was erased and the obsolete decision procedure was still in use.

This commit fixes that.

rrthomas commented 6 years ago

Thanks for this!