Link to home
Start Free TrialLog in
Avatar of hanhn
hanhnFlag for Singapore

asked on

Manipulating Chinese Character String in VB

Hi,

Is there anyway to do String manipulation for Chinese Characters? Localisation? Any good references?
Avatar of philipjonathan
philipjonathan
Flag of New Zealand image

Normal string operations can still be done on a Chinese character string. Any specific operation that you are having problem with?
For article on localisation, check:
http://www.ondotnet.com/lpt/a/4126
Avatar of hanhn

ASKER

What if I want to add a chinese word using Visual Basic code?
Something like this?

string s = "Hello";
s += " `}";

You need to save the source code with encoding.
To do so, choose "Save As", just use the same file name, but click the arrow next to the Save button, then choose "Save with encoding", then choose "Unicode UTF-8"
Oops, EE formatted my chinese character, let me try to post again:
`}
ASKER CERTIFIED SOLUTION
Avatar of philipjonathan
philipjonathan
Flag of New Zealand image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial