Skip to content

Commit

Permalink
Merge pull request #39 from sjewo/testing
Browse files Browse the repository at this point in the history
change default encoding to utf-8
  • Loading branch information
sjewo authored Sep 9, 2016
2 parents 99b4449 + 976017c commit dc22bb1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion R/read.R
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@
#' @importFrom stats na.omit
#' @export
read.dta13 <- function(file, convert.factors = TRUE, generate.factors=FALSE,
encoding = localeToCharset()[1], fromEncoding=NULL,
encoding = "UTF-8", fromEncoding=NULL,
convert.underscore = FALSE, missing.type = FALSE,
convert.dates = TRUE, replace.strl = TRUE,
add.rownames = FALSE, nonint.factors=FALSE) {
Expand Down
6 changes: 3 additions & 3 deletions man/read.dta13.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit dc22bb1

Please sign in to comment.