MCPcopy Create free account
hub / github.com/acl-dev/acl / is_unicode

Function is_unicode

lib_acl_cpp/src/stdlib/internal/win_iconv.cpp:1050–1056  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1048}
1049
1050static int
1051is_unicode(int codepage)
1052{
1053 return (codepage == 1200 || codepage == 1201 ||
1054 codepage == 12000 || codepage == 12001 ||
1055 codepage == 65000 || codepage == 65001);
1056}
1057
1058/*
1059 * Check if codepage is one of those for which the dwFlags parameter

Callers 2

win_iconvFunction · 0.85
check_utf_bomFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…