Add translations for fr and jp. Also, force UTF8 encoding on servlet responses,...
authorChris Jaekl <cejaekl@yahoo.com>
Mon, 5 Jan 2015 00:07:38 +0000 (19:07 -0500)
committerChris Jaekl <cejaekl@yahoo.com>
Mon, 5 Jan 2015 00:07:38 +0000 (19:07 -0500)
commit992722d079cd4287d0076d0b4157f9cc7047d057
treed05b75d4fbeb60922a4d0d3248ae5c788357db79
parenta7583be0d5ac4a95b66293a897a79f53830d222c
Add translations for fr and jp.  Also, force UTF8 encoding on servlet responses, so that jp shows up correctly in the browser.
WEB-INF/classes/frank_fr.properties [new file with mode: 0644]
WEB-INF/classes/frank_jp.properties [new file with mode: 0644]
WEB-INF/web.xml
index.html
index_fr.html [new file with mode: 0644]
index_jp.html [new file with mode: 0644]
prod/net/jaekl/frank/ForceUtf8EncodingFilter.java [new file with mode: 0644]
test/net/jaekl/frank/FilterChainMock.java [new file with mode: 0644]
test/net/jaekl/frank/ForceUtf8EncodingFilterTest.java [new file with mode: 0644]
test/net/jaekl/frank/ServletRequestMock.java [new file with mode: 0644]
test/net/jaekl/frank/ServletResponseMock.java [new file with mode: 0644]