how to transfer ANSI to UTF-8 ?
|
07-07-2010, 03:07 PM,
|
|||
|
|||
how to transfer ANSI to UTF-8 ?
I just know how to transfer a file with Notepad++.
But if there are a lot of files in a folder and subfolder,how to transfer them?Includes .html .php .js and so on filetypes. |
|||
07-09-2010, 06:12 PM,
|
|||
|
|||
RE: how to transfer ANSI to UTF-8 ?
you can user ultraedit this software to change the text format!
飞蚊症信息网
|
|||
07-09-2010, 08:56 PM,
|
|||
|
|||
RE: how to transfer ANSI to UTF-8 ?
Honestly, I don't know how to do this in a batch mode in Windows, I only know how to do this in Linux:
Code: find . -name "*.php" -exec iconv -f cp1252 -t UTF-8 {} -o {}.new \; You can convert them one by one in Windows with iconv, using some command like this: Code: iconv -f cp1252 -t UTF-8 -o target.php source.php
Gentoo Linux User (w/ fvwm) / Loyal Firefox User / Owner of a Stupid Old Computer - My PGP Public Key
No man is an island, entire of itself; every man is a piece of the continent, a part of the main; if a clod be washed away by the sea, Europe is the less, as well as if a promontory were, as well as if a manor of thy friends or of thine own were; any man's death diminishes me, because I am involved in mankind; and therefore never send to know for whom the bell tolls; it tolls for thee. -- Devotions Upon Emergent Occasions (1624), John Donn |
|||
07-13-2010, 12:44 AM,
|
|||
|
|||
RE: how to transfer ANSI to UTF-8 ?
open the file via notepad
and then save the file in utf-8 mode |
|||
10-21-2010, 08:45 PM,
|
|||
|
|||
RE: how to transfer ANSI to UTF-8 ?
I am convert = notepad + +. Hix converter UFT-8 each file a very ...:(
|
|||
10-21-2010, 09:31 PM,
(This post was last modified: 10-21-2010, 09:31 PM by Vanilla.)
|
|||
|
|||
RE: how to transfer ANSI to UTF-8 ?
Well, if you are a windows user, you can either use the windows powershell (WindowsButton + R = CMD || Type in "powershell"), and use the following code [LINK]: http://superuser.com/questions/113394/fr...-converter
Or, you can make use of UTFcast: http://www.addictivetips.com/windows-tip...-encoding/ Hope it helps ;) |
|||
« Next Oldest | Next Newest »
|