Commit 7f757e24 authored by Oleg Korshul's avatar Oleg Korshul

.

parent d6adc063
......@@ -843,8 +843,16 @@
if (_param[3] != (_select.m_ulUnicodeRange4 & _param[3]))
continue;
if (_param[4] != (_select.m_ulCodePageRange1 & _param[4]))
continue;
if (_range.Name == c_oUnicodeRangesLID.CJK_Unified_Ideographs)
{
if (0 == (_select.m_ulCodePageRange1 & _param[4]))
continue;
}
else
{
if (_param[4] != (_select.m_ulCodePageRange1 & _param[4]))
continue;
}
if (_param[5] != (_select.m_ulCodePageRange2 & _param[5]))
continue;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment