Displaying 1 result from an estimated 1 matches for "metryczka".
2007 Feb 18
1
dbi, rodbc, rmysql, charset problem
...ver("MySQL"), dbname="trybunal", username="root",
password="mypassword")
dbListTables(con)
the output (abridged) is like that:
[13] "Ustawa" "Wyk?adnia innych przepis<f3>w"
and if i use
dbReadTable(con, "Metryczka")
("Metryczka" being one table in the database) i get:
Error in make.names(as.character(names), allow_) :
invalid multibyte string 11
It works without error if i set LC_ALL to "C", but obviously without
Polish charset.
Strange thing is that Sys.getlocale() give...