ST25DV
ST25DV copied to clipboard
NDEF_WriteText function is missing language and encoding parameters
The NDEF_WriteText function only allows for "en" language option via ISO_ENGLISH_CODE_STRING. There is no way to include other languages, like "de" for example.
It is also unclear whether the function has simply assumed it is UTF-8 encoding as I cannot see this specified in the code. Usually you have the option to specify either UTF-8 or UTF-16.
Hello @Gerriko , you are right. At the moment these settings are hardcoded. We need to enhance the library to support also these features. I guess that the default settings is UTF-8 (encoding bit = 0). Any contribution is welcome to improve the library. Best Regards, Carlo