[erlang-bugs] Compile time concatenation of strings fails when they contain Unicode literals

Kevin Albrecht onlyafly@REDACTED
Thu Feb 23 13:47:57 CET 2012


Compile time concatenation of string literals fails with a syntax
error when they contain Unicode literals.

Try the following on the Erlang shell or in a source file:

"a" "b".
=> "ab"

"a" "b\x{a740}".
=> * 1: syntax error before: '['

Regards,
Kevin Albrecht
http://www.kevinalbrecht.com/



More information about the erlang-bugs mailing list