Details
-
Fix
-
Status: Resolved (View Workflow)
-
Minor
-
Resolution: Fixed
-
2.0.0
-
None
Description
Current Situation:
- The JOC Cockpit supports encoding of Unicode characters in Latin blocks.
- Encoding of non-Latin blocks such as Combining Diacritical Marks is not supported.
- Diacritical characters include additional marks to indicate a specific pronunciation, stress, or meaning, for example:
- Acute Accent (´): é
- Grave Accent (`): è
- Circumflex (ˆ): ê
- When trying to log in using an account with a password that holds diacritical characters, the user cannot log in. The JOC Cockpit log file gives the following error:
c.s.j.c.JOCDefaultResponse - There is no account with the given account name/password combination: Could not login
- Diacritical characters include additional marks to indicate a specific pronunciation, stress, or meaning, for example:
Desired Behavior:
- Login with a password holding Unicode characters from U+0000 to U+1FBFF should be supported.