Enter a Chinese character and convert it to the source program of the Chinese character Pinyin.
Source: Internet
Author: User
Article title: enter a source program for converting Chinese characters into Chinese characters. Linux is a technology channel of the IT lab in China. Includes basic categories such as desktop applications, Linux system management, kernel research, embedded systems, and open source.
/*
* Source: hz. c
* Version: 1.0
* Description: convert Chinese characters to pinyin
* Interface:
*
*
* History:
* Date Postion Author Description
*------------------------------------------------------------------
* 2004.05.20 NanJing Wu Yuming Create
*/
# Include
# Define ROW_CNT 396
Long wu_get_asc (char * str)
{
Long l;
Char str_tmp [11];
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.