orangesignal / orangesignal-csv

CSV (comma-separated values) read and write library for Java.
http://orangesignal.github.io/orangesignal-csv
Apache License 2.0
43 stars 22 forks source link

font error in content after write csv file #43

Closed ttson24 closed 8 years ago

ttson24 commented 8 years ago

i have to file csv(i call them template). i have to entity:

@CsvColumn(
            position = 4,
            name = "TEST_PLAN_NAME",
            language = "ja",
            country = "JP")
    private String testPlanName;

when write csv file:

List<String[]> listHeader =
                    Csv.load(fileTemplate, EncodingType.SHIFT_JIS.getCode(), config, new StringArrayListHandler());

but i open this file csv as excel, font error below: 蜊倅ス薙ユ繧ケ繝・it must is 単体テスト what is suit i do?