For a database migration I need a tool which can convert a 1 GB file from Ansi codepage to UTF8 on Windows. Maybe I can use sed (given that I know all search and replace values), but is there something included in GNU or Windows tools?

link|improve this question

67% accept rate
feedback

1 Answer

up vote 0 down vote accepted

ANSI? Did you mean CP1252?

iconv, for Win32.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.