Bug description
When I wanna use const-string
instructions with strings such as :§l§a#3
or contained characters from another languages it's compiled as invalid.
Here, you can see comparation between Linux(valid)/Windows(invalid):

Solution
I think this bug related wtih Locale.ENGLISH
used in the InlineSmaliCompiler
Acknowledgements