This is an automated email from the ASF dual-hosted git repository.
scantor pushed a commit to branch xerces-3.3
in repository https://gitbox.apache.org/repos/asf/xerces-c.git
The following commit(s) were added to refs/heads/xerces-3.3 by this push:
new e97f3100a XERCESC-2245 - Translation must be set to Unicode instead of
EN-US
e97f3100a is described below
commit e97f3100adb9de559997157f1bc2911ab2876b06
Author: Scott Cantor <[email protected]>
AuthorDate: Mon Sep 23 16:07:16 2024 -0400
XERCESC-2245 - Translation must be set to Unicode instead of EN-US
https://issues.apache.org/jira/browse/XERCESC-2245
---
src/xercesc/util/version.rc.cmake.in | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/xercesc/util/version.rc.cmake.in
b/src/xercesc/util/version.rc.cmake.in
index de4152188..51093d604 100644
--- a/src/xercesc/util/version.rc.cmake.in
+++ b/src/xercesc/util/version.rc.cmake.in
@@ -33,6 +33,6 @@ BEGIN
END
BLOCK "VarFileInfo"
BEGIN
- VALUE "Translation", 0x409, 0x04e4
+ VALUE "Translation", 0x409, 0x04b0
END
END
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]