I need to rename some app but they have a french name containing 'é' or 'è' etc.
When I try to use those characters in a command such as :
java -jar renamer.jar -n "Démontage / montage d\'un outillage" -p com.farsightvr.vrmoul03
The script will work and create a new apk.
But when I try to find the app in the on my Quest, the name of the application is modified. The 'é' is replaced with a series of characters such as 'â' or other specials characters. But no 'é' visible.
I need to rename some app but they have a french name containing 'é' or 'è' etc.
When I try to use those characters in a command such as :
java -jar renamer.jar -n "Démontage / montage d\'un outillage" -p com.farsightvr.vrmoul03The script will work and create a new apk.
But when I try to find the app in the on my Quest, the name of the application is modified. The 'é' is replaced with a series of characters such as 'â' or other specials characters. But no 'é' visible.