I know UTF file has BOM for determining encoding but what about other encoding that has no clue how to guess that encoding.
I am new java programmer. I have written code for guessing UTF encoding using UTF BOM. but I have problem with other encoding. How do I guess them.
Anybody can help me? thanks in Advance.