method
test_const_CP_UTF7
v1_8_7_330 -
Show latest stable
- Class:
TestWin32OLE
test_const_CP_UTF7()public
No documentation available.
# File ext/win32ole/tests/testWIN32OLE.rb, line 90
def test_const_CP_UTF7
assert_equal(65000, WIN32OLE::CP_UTF7)
end