up vote 0 down vote favorite
share [g+] share [fb]

I have a translation file for German words but I got it broken like this:

Wنhlen Sie eine Fachgrِكe

is there a tool can fix this in utf-8 mode ?

it is for Delphi windows software

thanks

link|improve this question
Is this a one-time fix to a single file, or something you need to run frequently? – Dave Mateer Dec 9 '09 at 20:39
2  
So your question is what exactly? – Ken White Dec 9 '09 at 20:39
1  
You appear to have read a file encoded in code page 1252 (Western European) as code page 1256 (Arabic). – bobince Dec 9 '09 at 21:02
If it is of any interest, the correct text reads: "Wählen Sie eine Fachgröße" – Uwe Raabe Dec 9 '09 at 21:18
@Dave I need to run frequently @bobince yes how I can restore it ? @Uwe Raabe thanks alot but what I can do with the rest :) ? – william Dec 9 '09 at 21:41
show 3 more comments
feedback

2 Answers

Use an editor such as Notepad++ and convert the file to a format you can use in your app (ANSI, UTF-8)

link|improve this answer
...assuming that the file can be handled as a text file. – Uwe Raabe Dec 10 '09 at 8:56
feedback

Your Answer

 
or
required, but never shown