Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
881
void text_cp866()
882
{
883
String s(U
"abcdЙцукен123"
);
884
885
EXPECT_EQ(String::FromCp866(s.cp866_str().GetData()), s);
886
}
887
888
void text_cp1251()
889
{
Callers
1
TEST
Function · 0.85
Calls
2
cp866_str
Method · 0.80
GetData
Method · 0.45
Tested by
no test coverage detected