The app I'm developing requires that it be deployed in China, which means that it needs to have Pinyin and Chinese character handling. I'm told that the way that our customers handle character entry is like so:
Enter in the pinyin character, like 'zhang'
As they enter the characters, a list of possible Chinese (Mandarin?) characters a...
Hi there.
We have a website in brazilian portuguese developed using Coldfusion (for the user interface), Hibernate (for the business logic) and Oracle database.
If we consider to support russian, mandarin and japanese languages what concerns do we must have?
Thanks in advance.
...
I'm working on an international team, with developers in China with varying levels of English skills. In the US, we find several books very useful in helping programmers advance their skills:
Design Patterns (Gof Book)
Effective C++ by Scott Meyers
More Effective C++ by Scott Meyers
Refactoring by Martin Fowler
The Pragmatic Progra...