Module Origami::String::Encoding::UTF16BE
In: sources/parser/string.rb

Methods

Constants

MAGIC = "\xFE\xFF"

Public Class methods

[Source]

    # File sources/parser/string.rb, line 85
85:         def UTF16BE.to_utf16be(str)
86:           str
87:         end

[Validate]