Anyone here know how to get s spell string from a giving Chinese word?Just like:
GetSpellString(strWord,iMode)
strWord is the Chinese word
And the iMode:
              =0 the function will return "first letter"
              =1 return all spell          GetSpellString("你好",0)="nh"
          GetSpellString("你好",1)="nihao"
          
Anyone can help me?
Even if a link !Regards
Stanley