2
0

pinyin.h 233 B

1234567891011
  1. /*
  2. * pinyin.h
  3. * Chinese Pinyin First Letter
  4. *
  5. * Created by George on 4/21/10.
  6. * Copyright 2010 RED/SAFI. All rights reserved.
  7. *
  8. */
  9. #define ALPHA @"ABCDEFGHIJKLMNOPQRSTUVWXYZ#"
  10. char pinyinFirstLetter(unsigned short hanzi);