Project

Profile

Help

Bug #2361

closed

fn:format-number - escapes not accepted in decimal format declaration

Added by Christian Grün about 9 years ago. Updated over 8 years ago.

Status:
Closed
Priority:
Normal
Category:
XQuery conformance
Sprint/Milestone:
Start date:
2015-04-23
Due date:
% Done:

100%

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

Description

  • the following query returns "FODF1310: format-number picture: Cannot have a grouping separator adjacent to the decimal separator", but there is no decimal separator:

    format-number(1, '#,i')

  • the following query returns XQST0097: Attribute zero-digit should be a single character

    declare default decimal-format zero-digit = "٠";

    format-number(1, '٠')

Please register to edit this issue

Also available in: Atom PDF