#!/bin/sh

CURRENT_CHARSET="`locale charmap 2>/dev/null`"
unzip -p $1 content.xml | o3totxt | recode utf8..$CURRENT_CHARSET

