I am currently working on a project that requires to use UTF-8 encoding to process a .csv file with unicode data. I was acknowledged about ICU library but I am unable to use it in my C++ project in Visual Studio 2022.
I have tried installing from ICU website but I dont know what to do next. What do I have to do to include the library in my project? Will it run in another computer that does not install ICU library? Could you please give me detailed instruction?