MCPcopy Create free account
hub / github.com/RcppCore/Rcpp / test_String_ctor_encoding2

Function test_String_ctor_encoding2

inst/tinytest/cpp/String.cpp:141–145  ·  view source on GitHub ↗

[[Rcpp::export]]

Source from the content-addressed store, hash-verified

139
140// [[Rcpp::export]]
141String test_String_ctor_encoding2() {
142 String y("å");
143 y.set_encoding(CE_UTF8);
144 return y;
145}
146
147// [[Rcpp::export]]
148String test_String_embeddedNul() {

Callers

nothing calls this directly

Calls 1

set_encodingMethod · 0.80

Tested by

no test coverage detected