globalize
globalize copied to clipboard
Numeric format with quoted text is not formatting correctly.
When using the following format: '¥'#,##0.00;('¥'#,##0.00), it is throwing an error that the format is invalid. This appears to be happening because the pattern is being split on the semicolon for positive/negative patterns, ignoring the fact that the semicolon is in quotes.
This is happening i version v1.3.0.
Oh interesting... Seems like a bug. Can you use the utf-8 ¥ as a workaround instead of the ¥ codeset??
Yeah, that's how i got around it in this case. I could see this being an issue with other literal text though, which is why i opened the ticket.