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
Post a Comment