testing - Looking for a test string with a char from all languages -


for i18n testing, i'm looking test string have representation of commonly used languages (supported utf-8) , have special chars of these languages have issues in display.

will use test string keep sure our system process these languages correctly , have correct font can display these languages correctly.

e.g. sample text should have chars latin languages, far east languages, right left languages...

there no clear answer question, full of ambiguous terms, instance "commonly used languages" or "normally have issues in display". highly dependent on os, os version, text engine used display text, fonts installed. pretty whole tech stack.

sprinkling "all" in question (all special chars, ... languages) make answer useless. looking @ string of tens thousands of characters. have lot of combining marks, , ligatures. want check of combinations too? might have "issues in display"

if want check application works in (most) languages, try taking (not all) characters each unicode block. might want avoid historical scripts (i.e. cuneiform, egyptian hieroglyphs, etc.) not covered common fonts.

in general, if application not corrupt string somehow, render properly. , if not, not app @ fault, limitation in underlying technology (i.e. windows console)

if explain trying do, might better answer. or can search internationalization testing.


Comments

Popular posts from this blog

javascript - Slick Slider width recalculation -

jsf - PrimeFaces Datatable - What is f:facet actually doing? -

angular2 services - Angular 2 RC 4 Http post not firing -