Skip to content
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

Does Not accept cyrillic letters? #41

Open
xfirebg opened this issue Jul 26, 2017 · 0 comments
Open

Does Not accept cyrillic letters? #41

xfirebg opened this issue Jul 26, 2017 · 0 comments
Labels

Comments

@xfirebg
Copy link

xfirebg commented Jul 26, 2017

Hello, when i create table from csv with rows who have cyrillic letters its not recognized by postgreSQL
pgfutter --db "Test" --port "5432" --user "postgres" --pw "1111" csv numbertest.csv

Test=# select * from import.numbertest;
ERROR: character with byte sequence 0xef 0xbf 0xbd in encoding "UTF8" has no equivalent in encoding "WIN1251"

Any suggestions?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants