Follow-up Comment #4, bug #17618 (project mldonkey):

I have tested your patch but unfortunately it doesn't works.
The problem is caused by following line:
if String.sub s 0 2 = "ZH" && String.length s > 4 then
The "ZH" is used to match the locale but the locale string
starts with lowercase in most case. It will always fall into
default when the locale starts with language id in lowercase.

Since it's a convention that locale starts with lowercase,
I suggest to always use the lowercase for language id.



    _______________________________________________________

Reply to this item at:

  <http://savannah.nongnu.org/bugs/?17618>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.nongnu.org/



_______________________________________________
Mldonkey-bugs mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/mldonkey-bugs

Reply via email to