Menu

#1 International support

open
nobody
None
5
2005-05-07
2005-05-07
Luc Wuyts
No

When importing string values with french characters
(like é), the character is replaced with a "?"

My windows version is Dutch-Belgian XP

Discussion

  • SoftMan

    SoftMan - 2006-02-23

    Logged In: YES
    user_id=1459423

    I have the same problem. Is there a solution?

     
  • SoftMan

    SoftMan - 2006-02-23

    Logged In: YES
    user_id=1459423

    Yes: You have to set the Encoding Value on
    WorkbookSettings!

    WorkbookSettings ws = new WorkbookSettings();
    ws.Encoding = "UTF-7";
    Workbook workbook = Workbook.getWorkbook
    (strPfadZuImportDatei, ws);

     
  • Nobody/Anonymous

    Logged In: NO

    Just the thing I was looking for, thanks. WorkbookSettings
    set to my iso-charset worked like a charm and solved the
    issue.

     

Log in to post a comment.

MongoDB Logo MongoDB