Skip to content
Prev 4614 / 29559 Next

readOGR and non-ascii characters

Hi!

The following works well for German umlaut.

Encoding(obj$COLUMN) <- "latin1"

Possibly you need to convert to mode character first.

obj$COLUMN <- as.character(obj$COLUMN)

Cheers,

Roland

Am 03.12.2008 um 14:22 schrieb Agustin Lobo:
I did not find a way of doing so?