IntelliJ has converted my characters to undefined, like "Á" to "�?"
Answered
Hello everyone, i need to convert accent's words to URI using UTF-8 encoding, but my intelliJ not recognize accent characters and has convert to undefined character
example: i send "Á" to method, but i receive "�?"
how can i set my configuration to fix this?
Please sign in to leave a comment.
See http://blogs.jetbrains.com/idea/2013/03/use-the-utf-8-luke-file-encodings-in-intellij-idea/ .
dont work for me, i have a JSON file that receive a HTTP response with some accent character like "Á" and i calling a java function to convert Á for %C3%81 (UTF-8) but my response never comes as "Á", it's come with "á" or "�?", i tryed many types of encode, how can i fix this? thanks mate
Please share the sample project to reproduce the issue: https://uploads.services.jetbrains.com/ .
Thank you for reply mate, i think that's more easy to understand if i send prints to you
basically i send Á but for any reason returns Ã, im using windows-1252 as project encoding, when i try UTF-8 i receive �
Need the sample project with the source code to investigate it.
Hello Serge Baranov, sorry for long time without answer, for real i tryed to replicate my error and realized that's not a problem with IDE, thank's for your time mate, best regards