Özel karakterler Gereken listesi kendi karakterleri ile sınıflandırma

1 Cevap php

I am working on one web application , It's related to machine translation support i.e. which takes source text for translation and translated in to user specified language

Şu anda birim test aşamasında bulunuyor.

Here, i want to check that, whether my machine translation feature is fully working for all the special characters. Because of different test cases I stuck at one point where i need all the special characters with classification.

I needed all the special characters listing with classification.

e.g.

1st :

sınıf adı: Noktalama

!? Karakterler: "| vb

test cases : segment1? segment2! segment3.

2nd :

Sınıf adı: HTML kişiler

characters : all the characters which belong under this class

test durumları: ilgili test durumlarda

3rd :

Sınıf adı: Genişletilmiş ASCII

characters :all the characters which belong under this class

test durumları: ilgili test durumlarda

I ürün mükemmel yapmak, böylece herkes herhangi bir fikir veya bağlantıları varsa lütfen millet, bu sağlamak

Thanks a lot

1 Cevap

Sorunuzu biraz muğlak, ama genel olarak, Unicode dünya karakterleri kendilerine atanan "özelliklerine" göre sınıflandırılır. Özelliklerinin temel listesi için bu php manual page bakın.