Recently I worked on a project where one of the requirements was to support all languages (Arabic, Chinese, German, Hindi, etc .. ). Doing so was not as straight forward as I had thought, especially when the multi-languages data passes through different layers/ frameworks in your application.
Showing posts with label MYSQL UTF-8. Show all posts
Showing posts with label MYSQL UTF-8. Show all posts
Wednesday, October 7, 2015
Support all languages in your web application - UTF-8 encoding (Spring, Maven, Java, Tomcat, MYSQL, JSP,)
Subscribe to:
Posts (Atom)
-
How to measure password Strength ? Being in the momentum of “the internet of things“ everyone has to have many online accounts nowadays. ...
-
In this post I will talk about the exciting new version of Google reCaptcha, the invisible reCaptcha (well, almost invisibl...
-
How to run a Java Program as a daemon (Background service) on *nix systems? Ever needed to run a Java program as a daemon (background se...
Generate a unique N letters word sequence (by using relationship between Factoradic base system and Lexicographic Permutation Order of a String)
Lets say that you want to generate a unique 3 letters code sequence to be used as a primary key for some data recodes. Also let assume ...