[jira] [Assigned] (XERCESC-2206) Use char16_t and unicode literals to replace various XMLCh types

"Roger Leigh (Jira)" <[email protected]> Wed, 26 Apr 2023 21:07:00 +0000 (UTC)
Newsgroups gmane.text.xml.xerces-c.devel
Message-ID <[email protected]>
     [ https://issues.apache.org/jira/browse/XERCESC-2206?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Roger Leigh reassigned XERCESC-2206:
------------------------------------

    Assignee:     (was: Roger Leigh)

> Use char16_t and unicode literals to replace various XMLCh types
> ----------------------------------------------------------------
>
>                 Key: XERCESC-2206
>                 URL: https://issues.apache.org/jira/browse/XERCESC-2206
>             Project: Xerces-C++
>          Issue Type: Improvement
>          Components: Miscellaneous
>            Reporter: Roger Leigh
>            Priority: Major
>             Fix For: 4.0.0
>
>
> Currently, XMLCh can be a variety of 16-bit types depending upon the platform, from wchar_t, uint16_t, unsigned short, to char16_t.
> To reduce the platform-specific variability, fix XMLCh to char16_t, and also permit the use of u"" unicode string literals in the codebase.  This will allow replacement of Unicode constants with direct use of literals.
> This will additionally reduce the size of the test matrix with only one character variant to test.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)