I have a problem with my Android project that I can not resolve. I have a series of strings that are summed to form a larger string as in the following example:
String teste1 = "O.P. Processo Célula";
String teste2 = "20350 A 005";
However, when the screen is displayed, the letter A and 005 do not fall under the words "Process" and "Cell". I even pasted this code into Skype to pass on to a person and it did not come in line too. Why does this occur?