Changeset 7628
- Timestamp:
- Mar 8, 2019, 3:40:59 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/www/common/import/select_file.jsp
r7605 r7628 51 51 import="net.sf.basedb.clients.web.Base" 52 52 import="net.sf.basedb.clients.web.util.HTML" 53 import="net.sf.basedb.util.charset.CharsetUtil" 53 54 import="net.sf.basedb.util.Values" 54 55 import="java.util.List" … … 163 164 int numCommon = Config.getCommonCharsets().size(); 164 165 int i = 0; 165 for (String charset : C onfig.getAllCharsets())166 for (String charset : CharsetUtil.getAllCharsets(true)) 166 167 { 167 168 %>
Note: See TracChangeset
for help on using the changeset viewer.