Package: enc
Title: Portable Tools for 'UTF-8' Character Data
Date: 2019-06-24
Version: 0.2.1
Authors@R: person("Kirill", "Müller", role = c("aut", "cre"), email = "krlmlr+r@mailbox.org")
Description: 
    Implements an S3 class for storing 'UTF-8' strings, based on regular character vectors.
    Also contains routines to portably read and write 'UTF-8' encoded text files,
    to convert all strings in an object to 'UTF-8',
    and to create character vectors with various encodings.
Depends: R (>= 3.1)
Imports: methods
Suggests: digest, pillar, readr, rlang, testthat, withr
License: GPL-3
Encoding: UTF-8
LazyData: true
BugReports: https://github.com/krlmlr/enc/issues
URL: https://github.com/krlmlr/enc
RoxygenNote: 6.1.1
NeedsCompilation: yes
Packaged: 2019-06-24 08:48:43 UTC; kirill
Author: Kirill Müller [aut, cre]
Maintainer: Kirill Müller <krlmlr+r@mailbox.org>
Repository: CRAN
Date/Publication: 2019-06-24 09:10:11 UTC
