Today one of my testers came to me and said my program had failed her test.
All she did was actually open up all my properties files and save them as Unicode format.
Questions:
- Is there an industry practice to check every properties file encoding type?
- How do you deal with this problem?
I've never seen any java project running encoding check on properties file before. But I see her point, because customer might save the properties file in different encoding type.