summaryrefslogtreecommitdiff
path: root/build.xml
diff options
context:
space:
mode:
authorAntoine Gourlay <antoine@gourlay.fr>2014-12-21 15:56:54 +0100
committerAntoine Gourlay <antoine@gourlay.fr>2015-03-26 19:06:23 +0100
commit6e6632e9739364e6daecba9efd6491a5766743f2 (patch)
treee01c7eef012a4de24870726e7e5b669567cf4b65 /build.xml
parent2dc40cc7d7d956a510a9278ab236014f3fb564bc (diff)
downloadscala-6e6632e9739364e6daecba9efd6491a5766743f2.tar.gz
scala-6e6632e9739364e6daecba9efd6491a5766743f2.tar.bz2
scala-6e6632e9739364e6daecba9efd6491a5766743f2.zip
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.
Diffstat (limited to 'build.xml')
-rwxr-xr-xbuild.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/build.xml b/build.xml
index ee6a045bda..4b79b68a02 100755
--- a/build.xml
+++ b/build.xml
@@ -978,6 +978,7 @@ TODO:
<pathelement location="${test.junit.classes}"/>
<path refid="quick.compiler.build.path"/>
<path refid="quick.repl.build.path"/>
+ <path refid="quick.scaladoc.build.path"/>
<path refid="quick.partest-extras.build.path"/>
<path refid="junit.classpath"/>
</path>