-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Encoding Problem While Importing from a Russian Thunderbird CSV file to Addressbook #4694
Comments
Comment by alexey dv on 6 Nov 2014 12:06 UTC ==== Bug |
Comment by @alecpl on 6 Nov 2014 14:28 UTC What is your language in Roundcube UI? Is charset correctly detected if you switch to ru_RU? |
Comment by alexey dv on 6 Nov 2014 15:47 UTC My language is RU_ru. Function
|
Comment by @alecpl on 7 Nov 2014 09:27 UTC It looks like mb_detect_encoding() is not very reliable. https://bugs.php.net/bug.php?id=38138. |
Status changed by @alecpl on 7 Nov 2014 10:44 UTC new => closed |
Milestone changed by @alecpl on 7 Nov 2014 10:44 UTC later => 1.1-beta |
Comment by alexey dv on 7 Nov 2014 15:43 UTC Thanks. |
Comment by alexey dv on 13 Nov 2014 19:11 UTC Perhaps to select single-byte Cyrillic use the And use this option in the variable case 'ru_RU':
$prio = array('UTF-8', static::detect_cyr_charset($string, 'WINDOWS-1251'));
break; |
Reported by alexey dv on 6 Nov 2014 11:20 UTC as Trac ticket #1490135
If I understand correctly, cvs-file has invalid header.
Migrated-From: http://trac.roundcube.net/ticket/1490135
The text was updated successfully, but these errors were encountered: