The input “Barbâra” is added to Queue but the item is reflected as “B\u00e1rbara” and when data is recieved from the transaction item still the same “B\u00e1rbara”.
We tried various encoding(ASCII, UNICODE, UTF-7,UTF-8,UTF-32) methods but nothing worked.
What is the encoding method Is used to insert the transaction item in Queues?
Hi, Thanks for your reply @Srini84 , i knew about the issue of encoding with the CSV, But im dealing with the single item from transaction, and i have tried the above mentioned encoding too.