java - how to remove unicode spaces from String returned by reader.readLine() -


i when use reader.readline(), string length 80 chars , after main string unicode spaces padded up. there way remove unwanted characters. (java.io.randomaccessfile reader) string.trim not working on this

you can use stringutils.strip commons lang. unicode-aware.


Comments