Documents that were prepared by myself a long time ago. Because there are too many documents, they will not be placed in the blog Park.
Document Reading address:
Http://wenku.baidu.com/view/22af8d22bcd126fff7050b25.html
Resource sorting reference this blog: http://yanjinqing.blog.163.com/blog/static/97041620087542414443/
On the basis of the work of the blogger, I sorted out, added, deleted, and adjusted the sequence of introduction of various phonetic
A complete PHP acquisition of Chinese characters Phonetic Alphabet implementation program, there is a need for friends to refer to.
The code is as follows
Copy Code
Class Getpingying {Private $pylist = Array (' A ' =>-20319,' Ai ' =>-20317,' An ' =>-20304,' Ang ' =>-20295,' AO ' =>-20292,' Ba ' =>-20283,' Bai ' =>-20265,' Ban ' =>-20257,' Bang ' =>-20242,' Bao ' =>-20230,' Bei
Get phone contacts and quick queries via phonetic alphabet.Converts the first letter of the contact's first word through the tool class and sorts the display.Add a quick query's letter layout to the right side of the layout using the canvasDisplay effects such as:Right click on "★" When Back to top:Contacts that start with n sliding to "n" are pinnedCode:Add a quick query's letter layout to the right side of the layout using the canvashttp://download.
Tags: case when NES set declare body nbsp Unicode nio ASC/*Chinese Pinyin First letter*/Create function fun_getpy (@str nvarchar (4000))Returns nvarchar (4000)AsBeginDECLARE @word nchar (1), @PY nvarchar (4000)Set @PY = ' 'While Len (@str) >0BeginSet @word =left (@str, 1)--If non-kanji characters, return the original characterSet @[email protected]+ (case when Unicode (@word) between 19968 and 19968+20901Then (the select top 1 PY from (Select ' A ' as Py,n ' 驁 ' as WordUNION ALL SELECT ' B ', N
that the first letter of Chinese pinyin is that oneSET Tmp_loc=interval (CONV (HEX (Tmp_char), 16,10), 0xb0a1,0xb0c5,0xb2c1,0xb4ee,0xb6ea,0xb7a2,0xb8c1,0xb9fe,0xbbf7, 0xbfa6,0xc0ac, 0xc2e8,0xc4c3,0xc5b6,0xc5be,0xc6da,0xc8bb,0xc8f6,0xcbfa,0xcdda, 0XCEF4,0XD1B9,0XD4D1);#判断左端首个字符是多字节还是单字节字符, if multibyte is considered a kanji and is obtained as the following pinyin, if the single byte is not processed. If it is a multibyte character but is not within the corresponding encoding range, that is, the
Common Chinese consonant vowel and phonetic alphabetInitials 23:B,p,m,f,d,t,n,l,g,k,h,j,q,x,zh,ch,sh,r,z,c,s,y,wVowel 24:Since Hanyu Pinyin differs from English, it is necessary to remove the same letters when actually compiling the program, so as to avoid ambiguity, we have retainedA,o,e I,u,ǔ,ai,ei,ui,ao,ou,iu,ie,ǖe,er,an,en,in,un,ǔn,ang,eng,ing,ongRead the whole syllable of 16:Zhi,chi,shi,ri, Zi,ci,si, Yi,wu,yu, Ye,yue,yuan, yin,yun,yingCommonly us
Tags: mysql kanji pinyin sortIf the MySQL encoding format is the GBK character set, you can add it directly after the query statementOrder by name ASC; --Sort in ascending orderif it is a UTF8 character set, you need to transcode the field when sorting,ORDER by CONVERT (name using GBK) ASC;attached: View MySQL encoding methodSHOW VARIABLES like ' character% ';Character_set_client is the client-side encoding method;Character_set_connection the encoding used to establish the connection;Coding of
Code is very simple, here is not much BB, we look at the comments, comments are not understand the small partners, to let go of php!!!
Copy Code code as follows:
/**
* Chinese Pinyin first Letter tool class
* Note: English string: Unchanged return (including number) eg. abc123 => abc123
* Chinese character string: Return phonetic first characters eg. Test string => CSZFC
* Chinese and English mixed string: Return the
Need to use Pingyin4j.jar
Import Net.sourceforge.pinyin4j.PinyinHelper;
Import Net.sourceforge.pinyin4j.format.HanyuPinyinCaseType;
Import Net.sourceforge.pinyin4j.format.HanyuPinyinOutputFormat;
Import
Today in the forum there is a post in a friend posted a good function, if the record has Chinese words, by using this function, you can easily identify which records are in a particular first letter pinyin.
Functions are as follows
CREATE OR
If you see a Chinese character on the Internet or in a document, want to know its pronunciation. Apple Computer Mac OS X Lion system comes with pinyin input method not only can type, but also can help you query the pinyin of uncommon characters.
function | Chinese character | pinyin | string drop function fun_getpy
Go
SET QUOTED_IDENTIFIER ON
Go
SET ANSI_NULLS on
Go
----A stored procedure to take the first letter of Chinese pinyin
Create function fun_getpy (@str nvarchar (4000))
Returns
Chinese character | pinyin
public class Getch2spell {public static int Compare (string str1, String str2){int result = 0;String m_s1 = null;String m_s2 = null;Try{M_S1 = new String (Str1.getbytes (_fromencode_), _toencode_);M_s2 = new String (Str2.
ReferenceDetachedOf 48 international phonetic symbolsReference【★English International Phonetic Alphabet★Learn music videos: English Phonetic Alphabet pronunciation Daquan (10) ^_^
Forty-eight phoneme pronunciation illustration and mouth shape and pronunciation meth
Looking for a long time on the Internet, as if can not find, the more basic the more difficult, classic things, dedicated to beginners friend
To facilitate the needs of friends to special sorting out some English phonetic alphabet. doc version provides downloads
48-English Speech standard form
26-Letter Pronunciation Table
Vowel letter and Consonant alphabet
phonetic symbols of the traditional American English dictionary could not be properly displayed:
Obviously, this is caused by the lack of corresponding fonts. I checked the CSS file and found that the phonetic alphabet of the traditional American English dictionary requires a basemicnew Font:
.symbol {font-family: "BasemicNew";color: #999999;}
I found a font fi
International Phonetic Alphabet (IPA) and American phonetic alphabet (kk) Table
[9:20:00 | by: Judit]
The above is a comparison table of International Phonetic symbols and American phonetic
How to enter the English phonetic alphabet in word? Very simple and easy to use
Inputting English phonetic symbols on the keyboard in Word, Excel, and PowerPoint has always been a headache for many people. Word has not provided a solution. Many people think of inserting special characters, but it is difficult to find all 48 international
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.