Installing on Delphi 12.3
Hi, I am trying to install it on Delphi Athens 12.3. I downloaded the latest release ea8c6f3a8f45400785f34788b8f7e84d6f5afeab and also tried by cloning the repo.
I dont have DUnit installed so I run CompileAll.bat from a Terminal; After file patching and answering No to test, I am getting an error on Build Jar step:
----------
Build Jars
----------
Build Jars (Y/N, default=Y)?:
FMXJAR=C:\Program Files (x86)\Embarcadero\Studio\23.0\lib\android\release\fmx.jar
PlatformSDK=AndroidSDK25.2.5_64bit.sdk
SDKApiLevelPath=C:\Users\bob\AppData\Local\Android\Sdk\platforms\android-35
JDKBinPath="C:\Program Files\Eclipse Adoptium\jdk-21.0.5.11-hotspot\\bin"
Build alcinoe-common
Build alcinoe-datepicker
Build alcinoe-edittext
Build alcinoe-webrtc
C:\Users\bob\Documents\Embarcadero\Studio\Libraries\Alcinoe\Source\Java\io\magicfoundation\alcinoe\webrtc\ALWebRTC.java:495: error: unmappable character (0x92) for encoding UTF-8
// create a Capturer which takes the image/video from the device?s camera.
^
C:\Users\bob\Documents\Embarcadero\Studio\Libraries\Alcinoe\Source\Java\io\magicfoundation\alcinoe\webrtc\ALWebRTC.java:897: error: unmappable character (0x97) for encoding UTF-8
//including the media format. The method takes a single parameter?the session description?and it
^
C:\Users\bob\Documents\Embarcadero\Studio\Libraries\Alcinoe\Source\Java\io\magicfoundation\alcinoe\webrtc\ALWebRTC.java:897: error: unmappable character (0x97) for encoding UTF-8
//including the media format. The method takes a single parameter?the session description?and it
^
3 errors
Press any key to continue...
Error is gone after editing and saving as UTF-8 file Alcinoe\Source\Java\io\magicfoundation\alcinoe\webrtc\ALWebRTC.java
I reopened the issue as I just cloned and ran the compile script and got the same issue.
PS: it seem the file encoding issue exist only when downloading Alcinoe as zip. When cloning the repo the file have correct utf-8 encoding.