|
|
|
|
|
by Arnt
2638 days ago
|
|
The question doesn't really make sense, because that's not what unicode is. Unicode encodes what's necessary for printing books since about 1900 (and a bit more, but that's a fair one-sentence summary). What you want to validate isn't that you'd be able to print every kind of book printed since 1900. You're only interested in some of the alphabets, and you may be interested in more functionality than just printing. For example you may need sorting, or character input with the right sort of interactive appearance changes, or equality testing. If you decide what you want to work, then googling usually finds a suitable test quickly. |
|