Skip to content

justmisam/charset-converter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Charset Converter

An application (by Qt5 widgets) to convert text files encoding (GUI and Terminal).

  • You can use it to subtitle correction.

Contents

  1. Detail & Contact

  2. Screenshots

  3. Install

  4. How To Use

  5. License

  6. Resources License

  7. Detail & Contact ==============================

  1. Screenshots ==============================

Charset Converter Screenshot

  1. Install ==============================
  • Mac OS X
    1. Download this package, unzip and move it in Application folder.
  • Ubuntu, Linux Mint (PPA)
     sudo add-apt-repository ppa:misamplus/generic
     sudo apt-get update
     sudo apt-get install charset-converter
    
  • Debian
    1. The PPA can be added to your system manually by copying the lines below and adding them to your system's software sources (/etc/apt-get/sources.list).
      deb http://ppa.launchpad.net/misamplus/generic/ubuntu trusty main
      deb-src http://ppa.launchpad.net/misamplus/generic/ubuntu trusty main
     
    1. Now install it.
       sudo apt-get update
       sudo apt-get install charset-converter
      
  1. How To Use ==============================
  • Terminal
  	charset-converter filename encoding [output_filename]
  
  • GUI
  • Normal use (Opening it and etc).
  • Select a file and open it with this program.
  • Use this command in termianl: charset-converter -gui [filename]
  1. License ==============================

Copyright (C) 2014 Misam Saki, misam.ir

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.

  1. Resources License ==============================

Images

  • All images are by me (Misam Saki) and they are released under the terms of the GNU General Public License v3 or later.

About

An application (by Qt5 widgets) to convert text files encoding (GUI and Terminal)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published