ANS:
You may refer to the following example to look up and save special characters:
1. Go toCNS11643 Chinese Character Database to find the unicode of the character.
You can search by strokes, zhuyin, or radical. Here, we search by zhuyin and find that the unicode of the character is 36E2. The screen is as follows:
Search Result (Chinese Only)
2.Convert 36E2 from hexadecimal to decimal to get 14050 (this can be done by using the Calculator program in Accessories, and switching to scientific mode).
3.Next, go to the maintenance program and enter “ 蕭名㛢 ” in the name field. The “&#” and the semicolon must be added before and after “14050” respectively as these represent the character (女秀).
4.Finally, save the file, so the character will display correctly when editing in the Academic Information System and in reports.
ANS:
strtoupper (): Converts the string to uppercase.
For Example:
|
<?php |