#!/bin/bash #Authors: # Bruno Goncalves Araujo # #License: GPLv2 or later ################################################# . /usr/share/bigcontrolcenter/default/theme-categories.sh.htm #Translation export TEXTDOMAINDIR="/usr/share/locale-langpack" export TEXTDOMAIN=bigcontrolcenter-hidden-charset echo ' ' title=$"Converter para UTF-8" apply=$"Converter" close=$"Sair" if [ "$p_pasta" = "" ] then if [ "$p_format" = "" ] then if [ "$(cat ~/.bigcharset_format_to_utf)" = "" ] then p_format="iso-8859-1" else p_format="$(cat ~/.bigcharset_format_to_utf)" fi else echo "$p_format" > ~/.bigcharset_format_to_utf fi else rm -f ~/.biglinux_iso_to_utf echo "$p_pasta" > ~/.biglinux_iso_to_utf fi #title echo "$title" #header open_header echo "$title" '
' $"Resolver problemas com acentos." close_header #body echo '






' echo "" $"Aguarde esse processo pode demorar..." echo ''