User: editor -- 2010-04-25 << 487 489 >> |
Hits: 4887 |
Type: Character encoding |
Search all Character encoding examples |
Description: |
How to batch change many html files from iso-8859-1 to utf-8? I have some html files with iso-8859-1 encoding type, and include charset=iso-8859-1 in these files, how can I change them to utf-8 encoding and with charset=utf-8 inside? |
Input Sample: |
file1.html(charset=iso-8859-1) file2.html(charset=iso-8859-1) ... |
Output Sample: |
file1.html(charset=utf-8) file2.html(charset=utf-8) ... |
Answer: |
Hint: You need to Download and install "Replace Pioneer" on windows platform to finish following steps. |
1. ctrl-h open 'replace' dialog (1) enter 'search for pattern' entry with: (2) enter 'replace with pattern' entry with: (3) click 'settings' page select 'input encoding' to 'Bytes->iso-8859-1' select 'output encoding' to 'utf-8' (4) click 'Batch...' button to open 'Batch Runner' window drag all files from Windows File Browser to 'Batch Runner' window, and click 'Batch Replace' button, done! |
Download Script: scripts/488.rst.zip |
Similar Examples: |
How to batch convert/change many html files from gb2312 to utf-8(utf8)? (75%) How to extract titles from many html files into a txt file? (61%) How to batch change format of multiple files? (61%) How to change the many urls in html to ids in sequence? (57%) How to batch change a lot of xml files, adding all <ID> by 1? (57%) How to batch change html filenames with name enclosed by <strong> </strong>? (56%) How to batch rename each html file to the title of the html file? (56%) Make a batch file to change name of all files (55%) |
Check Demo of Character encoding |
Keywords: |
iso utf8 include utf inside character encoding pages encoding coding many html files batch change html encoding type change encoding for many files batch change html encoding change encoding many files how to change encoding many files batch change encoding html change html encoding batch html change encoding |