Skip to content

Pulled string is shortened if diacritics are contained #18

@strepon

Description

@strepon

If a string in R contains characters with diacritics, the pulled string in Ruby is shortened by number of these characters.

For instance, this code

require "rinruby"
R.eval "text <- 'zkouška'"
print R.pull "text"

prints zkoušk only. (Tested on Ruby 2.1.5, R 3.2.2, Ubuntu 15.10.)

Anyway - thanks for rinruby, it's really useful! (I use it in Jekyll plugin to generate a website from Rmd files.)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions