You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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
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.
The text was updated successfully, but these errors were encountered: