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? 

1
6 comments
Avatar
Permanently deleted user

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

0

Please share the sample project to reproduce the issue: https://uploads.services.jetbrains.com/ .

0
Avatar
Permanently deleted user

Thank you for reply mate, i think that's more easy to understand if i send prints to youbasically i send Á but for any reason returns Ã, im using windows-1252 as project encoding, when i try UTF-8 i receive �

0

Need the sample project with the source code to investigate it.

0
Avatar
Permanently deleted user

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

0

Please sign in to leave a comment.