+ apply ogr_6th_revision.patch to allow unicode support
This commit is contained in:
parent
0fbfbd445a
commit
6503dcfc40
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ ogr_datasource::ogr_datasource(parameters const& params)
|
||||||
: datasource(params),
|
: datasource(params),
|
||||||
extent_(),
|
extent_(),
|
||||||
type_(datasource::Vector),
|
type_(datasource::Vector),
|
||||||
desc_(*params.get<std::string>("type"),"utf-8")
|
desc_(*params.get<std::string>("type"), *params.get<std::string>("encoding","utf-8"))
|
||||||
{
|
{
|
||||||
OGRRegisterAll();
|
OGRRegisterAll();
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue