https://bugs.documentfoundation.org/show_bug.cgi?id=166208
Mike Kaganski <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Ever confirmed|0 |1 Status|UNCONFIRMED |NEW --- Comment #15 from Mike Kaganski <[email protected]> --- Oh wow, our ctor of ScImportAsciiDlg does some really strange thing (or, rather, we store something very odd in /org.openoffice.Office.Calc/Dialogs/CSVImport/CharSet). How come that we store there not an encoding code (rtl_TextEncoding, like RTL_TEXTENCODING_UTF8 = 76), but a *position in the drop-down list*??? This means, that when we add an element to the list, like "-Automatic-", the user who updated their version, will have the index off. A user who had UTF-8 there, will now have UTF-7. BTW, a user who changed UI language will have the index off, too (because the alphabetical sorting will change). -- You are receiving this mail because: You are the assignee for the bug.
