Kevin Meredith
2016-11-17 02:52:23 UTC
Looking at Scala's Lexical Syntax
<http://www.scala-lang.org/files/archive/spec/2.11/01-lexical-syntax.html>:
`UnicodeEscape ::= â\â âuâ {âuâ} hexDigit hexDigit hexDigit hexDigit`
It appears that only 4 HEX characters may follow `\u`.
Is there no way to use \u for displaying a 5-length Unicode character?
<http://www.scala-lang.org/files/archive/spec/2.11/01-lexical-syntax.html>:
`UnicodeEscape ::= â\â âuâ {âuâ} hexDigit hexDigit hexDigit hexDigit`
It appears that only 4 HEX characters may follow `\u`.
Is there no way to use \u for displaying a 5-length Unicode character?
--
You received this message because you are subscribed to the Google Groups "scala-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email to scala-user+***@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
You received this message because you are subscribed to the Google Groups "scala-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email to scala-user+***@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.