Reading Arabic data from Resource property file returns the data decoded, how can i get it without being decoded ?
tried decoding/encoding the returned value but didn't work
ResourceBundle bundle = ResourceBundle.getBundle("Messages_ar","UTF-8");
value = bundle.getString(key);
URLDecoder.decode(value, "UTF-8");
Expected output: value to return Arabic string