Techie Things

A blog with tech recipes and other technical information by jmiguel.

2-Minute Read

I have an old java project, with all files enconded as ISO-8859-1 . It was made back in time where most of our development team worked with Windows (fortunately, those times are over ;-)). Now (almost 10 years later -yep that is a really legacy project-) we’re updating it, mostly in the frontend user interface. So, when we started working with it we had a mix of old ISO-8859-1 files and new UTF-8.

Recent Posts