Encoding to UTF-8 using browser:
- Code written in Visual Studio Code
- Program is using xaamp packet (Apache web server)
- Program is using user's input values to encode and give results encoded UTF-8.
- In order to encode text input simply write text in text field and click SEND button.
- After sending request to server Encoding class is checking coding of sent text and then encode value to UTF-8.
- User input is text file which is in coding ISO 8859-2, UTF-8 or Windows 1250
- In main repository there are 2 different folders: Browser input version is for inputs from text field in browser; File input version is for file inputs