Hi community: I'm working with Cucumber in another language different than English.
When I generate the Step Definitions it displays a message over the void method
Non-ASCII characters in an identifier
This is the Step Definition sample.
@Y("^se despliega un menĂș lateral con diferentes opciones$")
public void seDespliegaUnMenĂșLateralConDiferentesOpciones() {}
What should I do in this situation?