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