When Performing Tab Print, Line Break Is Added After the Comma Used Between the Numbers in Multibyte Character Environment
(Doc ID 2205724.1)
Last updated on JANUARY 24, 2024
Applies to:
Oracle Agile PLM Framework - Version 9.3.2.0 and laterInformation in this document applies to any platform.
Symptoms
Actual Behavior
In the multibyte character language environment, when performing tab print in Java Client, line break is added after the comma in the numbers, and not easy to read.
For example, if there are words like below,
"テスト金額123,456", it will be printed like below:
"テスト金額123,
456"
Expected Behavior
When performing tab print, not to have line break after the comma between the numbers even though there is still space left in the right
Steps to Reproduce
1. Login to Java Client, and type in below text to the Description field of the item:
テスト金額1,000,000円、テスト金額1,000円、テスト金額5,000,000円、テスト金額300,000円
2. Print > Title Block
3. Check the place of the line break. See it adds line break at the end of the comma:
テスト金額1,000,000円、テスト金額1,
000円、テスト金額5,000,
000円、テスト金額300,000円
Changes
Cause
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Symptoms |
Changes |
Cause |
Solution |