Skip to content
Advertisement

Tag: iconv

iconv not complete convert to utf8

When I converted the my text on this site, be converted correctly: http://string-functions.com/encodedecode.aspx I choose source ‘Windows-1252’ and target ‘utf-8’. See it in the screenshot below: https://i.stack.imgur.com/2Pn4E.png But when I convert with the following code, Some letters are not converted and text disrupted. A phrase that should be converted: If true convert should be this phrase: plese help me. thank

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: Enca is an Extremely

Advertisement