POI-1.8.0-dev 1. First I set my sheet name : wb.setSheetName(0,"sheet name - SHEETÃû³Æ²âÊÔ",HSSFWorkbook.ENCODING_UTF_16); 2. Then I get my sheet name: String sheetname = wb.getSheetName(0) ; but encoding of the sheetname is not right. here is return value "SHEETÃû?²â? " thanks®ards
Created attachment 3017 [details] Patch to fix this problem
Applied. Thank you. Please cross check and report back. Sergei can you also check that this works with Russian?
It is OK for Russian.