[
https://issues.apache.org/jira/browse/GEODE-5508?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16565551#comment-16565551
]
ASF subversion and git services commented on GEODE-5508:
--------------------------------------------------------
Commit 1554e6fe013e25bf448a565ed601b36e859b6c90 in geode's branch
refs/heads/develop from [~jens.deppe]
[ https://gitbox.apache.org/repos/asf?p=geode.git;h=1554e6f ]
GEODE-5508: Fix encoding build errors on Windows (#2235)
> Fix build on Windows - encoding issue
> -------------------------------------
>
> Key: GEODE-5508
> URL: https://issues.apache.org/jira/browse/GEODE-5508
> Project: Geode
> Issue Type: Bug
> Components: build
> Reporter: Jens Deppe
> Assignee: Jens Deppe
> Priority: Major
> Labels: pull-request-available
> Time Spent: 20m
> Remaining Estimate: 0h
>
> Building on windows fails with:
> {noformat}
> > Task :geode-junit:compileJava
> > Task :geode-junit:processResources NO-SOURCE
> > Task :geode-junit:classes
> > Task :geode-junit:jar
> C:\var\vcap\data\houdini-windows\containers\00003g7fag8\tmp\build\28c4f8c4\built-geode\test\geode-core\src\test\java\org\apache\geode\cache\query\data\Portfolio.java:152:
> error: unmappable character for encoding Cp1252
> unicodeṤtring = i % 2 == 0 ? "ṤṶ��?" : "Ṥ��?Ṷ";
> ^
> C:\var\vcap\data\houdini-windows\containers\00003g7fag8\tmp\build\28c4f8c4\built-geode\test\geode-core\src\test\java\org\apache\geode\cache\query\data\Portfolio.java:152:
> error: unmappable character for encoding Cp1252
> unicodeṤtring = i % 2 == 0 ? "ṤṶ��?" : "Ṥ��?Ṷ";
> {noformat}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)