python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
How should I resolve a "ld: library not found for -liconv" error when running "cargo build"?
After installing Rust and Cargo via the following command...
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
I ran cargo build on a tiny "Hello World" Rust project and got th...
ulysses_rex
Votes: 0
Answers: 2
Package 'iconv' unavailable for R 4.1.3
I want to convert latin-1 encoding to UTF-8 encoding in R 4.1.3 with the 'iconv' package, but seems it's not available for newer versions of R. Anyone knows which package I can use?
I'm running the R ...
Diego Dávila Vilchez
Votes: 0
Answers: 0
turn non-ascii character into their unicode form
I'm writing a package function where I want to check if some text contains any of the following characters:
äöüßâçèéêîôûąęćśłńóżźžšůěřáúëïùÄÖÜSSÂÇÈÉÊÎÔÛĄĘĆŚŁŃÓŻŹŽŠŮĚŘÁÚËÏÙ
Problem is that devtools::c...
deschen
Votes: 0
Answers: 0
How keep the encoding of an .rtf
I'm Brazilian and this is my first time working with text in R.
I need to convert .rtf to .txt files.
Since I'm Brazilian, I speak portuguese and I need these characters: ã, õ, í, ç, ô, and others.
ex...
RxT
Votes: 0
Answers: 1