| Author |
Text Conversion between UTF-8 & ISO 8859-1
|
Usman Riaz
Greenhorn
Joined: Jun 10, 2005
Posts: 1
|
|
Hi *! I have a web-application. The Frontend allows the user to upload a file (a csv file, containing some data). The frontend gets the file and puts the file into a String. Now the problem is the file can be using UTF8 encoding or ISO & normally it contains umlauts chars (above 127 code point) that are mapped differently on different code pages. Is there a way i can find the encoding of the file, just by the contents of the file??? Any help highly appreciated. Thanks in Advance, Regards, Usman. [ June 10, 2005: Message edited by: Usman Riaz ]
|
 |
Stefan Wagner
Ranch Hand
Joined: Jun 02, 2003
Posts: 1923
|
|
|
Count every character above 127 and estimate.
|
http://home.arcor.de/hirnstrom/bewerbung
|
 |
 |
|
|
subject: Text Conversion between UTF-8 & ISO 8859-1
|
|
|