Module: EDNGRAMMAR::TwoSurrogate1
- Defined in:
- lib/parser/edngrammar.rb
Instance Method Summary collapse
Instance Method Details
#ast ⇒ Object
5098 5099 5100 |
# File 'lib/parser/edngrammar.rb', line 5098 def ast ((high_surrogate.ast << 10) + low_surrogate.ast + 0x10000).chr(Encoding::UTF_8) end |