MCPcopy Create free account
hub / github.com/InoriRus/Kyty / text_cp866

Function text_cp866

source/unit_test/src/core/UnitTestCoreString.cpp:881–886  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

879}
880
881void text_cp866()
882{
883 String s(U"abcdЙцукен123");
884
885 EXPECT_EQ(String::FromCp866(s.cp866_str().GetData()), s);
886}
887
888void text_cp1251()
889{

Callers 1

TESTFunction · 0.85

Calls 2

cp866_strMethod · 0.80
GetDataMethod · 0.45

Tested by

no test coverage detected