General Points of Internationalization Programming
Character Comparison

When you comapre characters (mostly declared as char data type), you should not use the operator such as '>', '<' and '='.
Each programming language provides functions for character/string comparison, so using them is recommended.
Some of the main functions are listed below.

Go to Internationalization Programming Top


Copyright (C) 2012 Kokusaika JP, Inc.
All rights reserved. No reproduction or republication without written permission.