Oliver Schönwälder
Oliver Schönwälder
Hi @joyfullservice , sorry for being late on replies! I've attached the exported form. When exporting from VBA directly the file looks good, no weird characters or such. Have a...
> I also confirmed that the exported file has the expected BOM, which is critical to reading the file with the correct encoding. If you run the following command in...
First finding: constant UCS2_BOM are "interpreted" differently on systems. - UTF-8 beta option not enabled  - UTF-8 beta option enabled  I'll get the latest dev version now and...
I had a look how this unicode thing needs to be understand and how it's working, I was puzzled when reading your UTF-8, UTF-16 LE terms 🤷♂️ So I had a...
@joyfullservice , I was able to export and build my database on both systems, great! Unfortunately there's a small bug on export: when exporting VBA code in forms on UTF-8...
I'm currently doing my first steps with the controllers on Windows. Maybe I'll post an update once I'm confident it's worth to share.
> I've just added my initial effort to get this working in windows. > > * BLE connection sorted thanks to https://github.com/inthehand/32feet > * Encryption libraries appear to be available...
Just some changes to add a logging facility, helping to identify decrypt issue.
Moved SendKeys to configuration and command line SendKeys no longer defined in code, instead moved to config and can be set on command line as well (--sendkeys)
Added keyboard mapping to configuration