Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

174
Views
Split Chinese Character problem using tocharArray()

I am writing a C# program to split Chinese Character input like this

textbox input ="大大大"
expected output =
大
大
大

And the code is like this

string aa="大大大";
foreach (char c in aa.ToCharArray()){
     Console.WriteLine(c);
}

It works fine for most of the characters. However, for some characters such as "𧜏", I got the result like this

textbox input = 𧜏大
output =
口
口
大

It looks like that the program fail to handle this character

Is there any solution to solve this?

over 4 years ago · Santiago Trujillo
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!