Skip to content
Snippets Groups Projects
Commit 43fa9d4a authored by felmer's avatar felmer
Browse files

LMS-1606 change to UTF-8 encoding

SVN: 16820
parent ccfc7578
No related branches found
No related tags found
No related merge requests found
......@@ -27,10 +27,10 @@ public final class DummyAuthenticationService implements IAuthenticationService
{
final String[] firstNames =
{ "StŽphane", "GŸnter", "Elfriede", "Ryszard", "Karel", "Claude" };
{ "Stéphane", "Günter", "Elfriede", "Ryszard", "Karel", "Claude" };
final String[] lastNames =
{ "MallarmŽ", "Grass", "Jelinek", "Kapu\u015Bci\u0144ski", "\u010Capek", "LŽvi-Strauss" };
{ "Mallarmé", "Grass", "Jelinek", "Kapu\u015Bci\u0144ski", "\u010Capek", "Lévi-Strauss" };
//
// IAuthenticationService
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment