When I try StringUtils.join(myList,\',\'); I get a compilation failure: cannot find symbol symbol: method join(java.util.List,char)
I have a string which comes via an xml , and it is text in German. The characters that are German specific are encoded via the UTF-8开发者_JAVA百科 format. Before display the string I need to decode i
I\'m wondering if there\'s a library function (or why StringUtils in Apache Commons doesn\'t have it?) that for a String calculates all the substrings.