now, I am working with Japanese and I have a problem with some special character, example '【' unicode is '\u3010' . you can check unicode of other character here http://www.shuwasystem.co.jp/books/gremon/escape.html
bellow is reason why i want to remove it.
【sometext】
sometext
sometext
【sometext】
it not aline in a TextView
you can see the white space before this character. Now i want to remove it. what should i do. thanks in advance!