method
test_const_CP_UTF8
ruby latest stable - Class:
TestWin32OLE
test_const_CP_UTF8()public
No documentation available.
# File ext/win32ole/tests/testWIN32OLE.rb, line 94
def test_const_CP_UTF8
assert_equal(65001, WIN32OLE::CP_UTF8)
end