2010-07-28 10:15:02 +08:00
|
|
|
|
#ifndef __TEST_UPHONEUNICODESCRIPT_STR_H__
|
|
|
|
|
#define __TEST_UPHONEUNICODESCRIPT_STR_H__
|
2010-07-26 17:12:06 +08:00
|
|
|
|
|
|
|
|
|
|
2010-07-28 10:15:02 +08:00
|
|
|
|
#define AppName_test_uphone__N \
|
|
|
|
|
"t\x00\x65\x00s\x00t\x00_\x00u\x00p\x00h\x00o\x00n\x00\x65\x00"
|
|
|
|
|
#define AppName_test_uphone__C \
|
2010-07-26 17:12:06 +08:00
|
|
|
|
AppName_test_uphone__N"\x00\x00"
|
2010-07-28 10:15:02 +08:00
|
|
|
|
#define AppName_test_uphone \
|
|
|
|
|
((const unsigned short *)(AppName_test_uphone__C))
|
|
|
|
|
#define AppName_test_uphone__N16 \
|
|
|
|
|
0x0074,0x0065,0x0073,0x0074,0x005f,0x0075,0x0070,0x0068,0x006f,0x006e,0x0065
|
|
|
|
|
#define AppName_test_uphone_16 \
|
2010-07-26 17:12:06 +08:00
|
|
|
|
{AppName_test_uphone__N16,0x0000}
|
|
|
|
|
// ԭʼ<D4AD><CABC><EFBFBD><EFBFBD>Ϣ<EFBFBD><CFA2>
|
2010-07-28 10:15:02 +08:00
|
|
|
|
// test_uphone
|
2010-07-26 17:12:06 +08:00
|
|
|
|
|
|
|
|
|
|
2010-07-28 10:15:02 +08:00
|
|
|
|
#endif //__TEST_UPHONEUNICODESCRIPT_STR_H__
|