Activity

  • admin posted an update 6 years, 5 months ago

    Fixing Utf8 table with cp1251 content.

    cat 1.sql | iconv -f utf-8 -t latin1//TRANSLIT > 2.sql
    cat 2.sql | iconv -f cp1251 -t utf-8 > final.sql;

PC Knowledge sharetank

Skip to toolbar