Arf Well-Known Member Licensed User Longtime User Sep 25, 2024 #1 I know "UTF8" is normally used, but where can I find complete list of options? I assume the arguments are all converted to lower case and dashes removed, so "utf8", "UTF-8", "UTF8" will all result in "utf8" Thanks
I know "UTF8" is normally used, but where can I find complete list of options? I assume the arguments are all converted to lower case and dashes removed, so "utf8", "UTF-8", "UTF8" will all result in "utf8" Thanks
Erel B4X founder Staff member Licensed User Longtime User Sep 25, 2024 #2 It is not so simple to get the full list of encoding. Check this header file: https://opensource.apple.com/source/CF/CF-550/CFStringEncodingExt.h.auto.html Upvote 0
It is not so simple to get the full list of encoding. Check this header file: https://opensource.apple.com/source/CF/CF-550/CFStringEncodingExt.h.auto.html