I am trying to upload a file using form and this file contain EURO symbol (€). I have already set charset and encoding UTF-8 in form but when i am reading this file i am getting '?' symbol instead of '€' symbol.
I have gone through the charset details and found that '€' is not supported by UTF-8 but it's the default encoding for LINUX.
Could you please suggest how can i resolve this issue. This file upload functionality is used by users so i can't force to use UTF-8 encoded file.
Thanks in advance.