Skip to content

Clarify the behavior of Cyrillic characters #16

@andkov

Description

@andkov

When performing string manipulations on Ukrainian characters, it sometimes does not recognize and/or transforms the matched characters:

Sys.setlocale("LC_CTYPE", "russian")
Sys.setlocale("LC_CTYPE", "ukr")
d <- tibble::tribble(
  ~a , ~ b,
  "громада", "область"
)
d %>% mutate(a = str_remove(a,"гр"))

image

Please investigate this behavior and report possible solutions

Metadata

Metadata

Labels

help wantedExtra attention is needed

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions