Skip to content

Tag: encoding

How to disable encoding in a text-editor?

This is such a basic question I am surprised I could not easily find an answer to it: I use Notepad++ to write my scripts in. Someone sent me some code for a shell script (.sh) that I could modify to suit my needs. I simply changed a small bit of text using Notepad++ (on Windows) and used FileZilla (SFTP)

Mercurial clone russian symbols like ‘?’

I work in Linux Red Hat 4.1.2-48 from PuTTy where set encoding UTF-8(PuTTy).I installed mercurial 2.2.1 and his repository. In ‘hgrc’ file of repository encoding set UTF-8 like : In repository i have files, which names are in utf-8 encoding, and have russian symbols. When i go to repositories dire…

iconv any encoding to UTF-8

I am trying to point iconv to a directory and all files will be converted UTF-8 regardless of the current encoding I am using this script but you have to specify what encoding you are going FROM. How can I make it autdetect the current encoding? dir_iconv.sh terminal line Answer Maybe you are looking for enca…