jimwillsher wrote:
> Hmmm...chinese, yes. I have plenty of gaelic songs, but not chinese.
>
> Anyway, new version of SqueezeMSN about to be uploaded
> (http://www.jimwillsher.co.uk/Site/Software/SqueezeMSN.php), now that
> I've fixed the Unicode issue :-)
If you really want to stress test your unicode implementation, try
Turkish. There's essentially a bug in the unicode spec, where the
following Java code will fail if run in a Turkish locale:
assert("SIMPLE".toLowerCase().contains("i"));
For a more topical example:
if(filename.toLowerCase().endsWith("aiff")) {
// ... handle aiff audio file
}
- Marc
_______________________________________________
discuss mailing list
[email protected]
http://lists.slimdevices.com/lists/listinfo/discuss