A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/brodieG/diffobj/issues/144 below:

diffobj doesn't ignore encodings · Issue #144 · brodieG/diffobj · GitHub

x <- c("fa\xE7ile", "fa\ue7ile")
Encoding(x) <- c("latin1", "UTF-8")
y <- rev(x)

x == y
#> [1] TRUE TRUE
identical(x, y)
#> [1] TRUE

diffobj::ses(x, y)
#> [1] "1d0" "2a2"

RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4