Microsoft Visual Studio International pack 1.0 beta1 processes conversion of Chinese characters, Pinyin, and strokes

Source: Internet
Author: User

 

/**/ /*
Microsoft has just launched
Microsoft Visual Studio International pack 1.0 beta1
Supports conversion of Chinese characters and Pinyin strokes
Http://www.microsoft.com/downloads/details.aspx? Familyid = e432aeaa-7b6f-4b0d-968b-b6aafda05e34 & Amp; displaylang = en
I have extracted DLL assembly
Chncharinfo. dll
Chncharinforesource. dll
Download and share
Http://files.cnblogs.com/Microshaoft/vsipk1beta.zip
*/

// Command Line Compilation:
// Csc.exe noname1.cs/R: chncharinfo. dll

Namespace Microshaoft
{
Using System;
Using System. Collections. Generic;
Using System. Collections. objectmodel;

Using Microsoft. International. converters. pinyinconverter;

Public   Class Class1
{
Static   Void Main ( String [] ARGs)
{
// Pen number of Chinese Characters
Int I = Chinesechar. getstrokenumber ( ' Bytes ' );
Console. writeline (I );

// All pinyin spelling of Chinese Characters
Chinesechar x =   New Chinesechar ( ' Description ' );
Readonlycollection < String > ROC = X. pinyins;
Foreach ( String S In ROC)
{
Console. writeline (s );
}

// All Chinese Characters in pinyin spelling
Char [] chars = Chinesechar. getchars ( " Yue4 " );
Foreach (Char C In Chars)
{
Console. writeline (C );
}

// All Chinese characters in the number of strokes
Chars = Chinesechar. getchars ( 20 );
Foreach (Char C In Chars)
{
Console. writeline (C );
}
Console. writeline (environment. version. tostring ());
}
}

}

Add, haha
Http://www.microsoft.com/downloads/details.aspx? Displaylang = ZH-CN & familyid = e432aeaa-7b6f-4b0d-968b-b6aafda05e34
Visual Studio International pack contains a set of class libraries that extend the. NET Framework support for global software development. Using the classes provided by this class library,. NET developers can easily create software applications that support multiple cultures and languages. The software package version 1.0 provides the following seven components to enhance. NET Framework support for global software application development.

East Asia numeric formatting library-supports formatting lowercase numeric strings into uppercase numeric strings in simplified Chinese, traditional Chinese, Japanese, and Korean.
Japanese Kana conversion library-supports converting Japanese Kana to another Japanese character.
Japanese text alignment library-supports a Japanese-specific alignment format.
The Japanese Yomi auto-completion library-Class Library supports the input of the daily input method and an example of text box control.
Korean auto complete Textbox Control-supports smart sensing and Automatic Input of Korean input methods in the text box.
Simplified Chinese pin-yin conversion library-supports obtaining common attributes of simplified Chinese characters, such as pinyin, polyphonic words, Homophone Words, and strokes.
Traditional Chinese to simplified Chinese conversion library and add-in tool-supports conversion between simplified and Traditional Chinese. this component also contains a plug-in (add-in) in the integrated development environment of Visual Studio that supports conversion between simplified and Traditional Chinese resource files.

Related Article

Contact Us

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.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.