EvenAR / node-simconnect

A cross platform SimConnect client library for Node.JS
GNU Lesser General Public License v3.0
95 stars 33 forks source link

Fix size mismatch exception when input string contains non-standard characters #60

Closed EvenAR closed 1 year ago

EvenAR commented 1 year ago

This was causing SIMCONNECT_EXCEPTION_SIZE_MISMATCH to be thrown when a string contained non-ASCII symbols like æ/ø/å. Should fix #59 and all other API-functions that takes a string as an argument.