From 6e6632e9739364e6daecba9efd6491a5766743f2 Mon Sep 17 00:00:00 2001 From: Antoine Gourlay Date: Sun, 21 Dec 2014 15:56:54 +0100 Subject: SI-9038 fix scaladoc syntax highlightning to leave unicode alone Syntax highlightning in code blocks used to manipulate the raw bytes of a String, converting them to chars when needed, which breaks Unicode surrogate pairs. Using a char array instead of a byte array will leave them alone. --- build.xml | 1 + 1 file changed, 1 insertion(+) (limited to 'build.xml') diff --git a/build.xml b/build.xml index ee6a045bda..4b79b68a02 100755 --- a/build.xml +++ b/build.xml @@ -978,6 +978,7 @@ TODO: + -- cgit v1.2.3