Project

Profile

Help

Bug #3491

closed

In error messages Japanese characters are displayed as \uXXXX

Added by Gerben Abbink over 6 years ago. Updated over 5 years ago.

Status:
Closed
Priority:
Normal
Assignee:
Category:
Diagnostics
Sprint/Milestone:
-
Start date:
2017-10-18
Due date:
% Done:

100%

Estimated time:
Legacy ID:
Applies to branch:
trunk
Fix Committed on Branch:
trunk
Fixed in Maintenance Release:
Platforms:

Description

I run this demo stylesheet on the command line:

<xsl:stylesheet version="3.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">

<xsl:template match="/" élève="" 日本="">

</xsl:template>

</xsl:stylesheet>

Saxon reports two errors:

Attribute @élève is not allowed on element xsl:template.

Attribute @\u65e5\u672c is not allowed on element xsl:template.

Why does the second error contain Unicode escape sequences (\uXXXX)? I bet Japanese users would like to see Japanese characters in error messages, and so do I.

Please register to edit this issue

Also available in: Atom PDF