[SOLVED] Chinese char in Searching function or ajax can not work

Hey guys, I try to run the sample “form->Auto-complete Field” and do some testing.It can not get
Chinese char via searching function or ajax.

Step 1: It’s fine to get englist char.when i type 4,it can get 4 records.

Step 2: I change the source value ‘ALFKI’ to chinese char.

Step 3: It can count the right data ‘ALFKI’ rows but show the BLANK

I create a new application to use a ajax function, and it can not get the chinese char too.

Can anybody help me?thanks.

capture1.JPG

capture2.JPG

capture3.JPG

Sorry,I found the root cause.It must set the Charset as ‘Chinese Simplified(EUC-CN)’ in Projects->Properties->Locales.
I use ‘Unicode(UTF-8)’ above. Please ignore this thread,thanks.