[haiku-commits] r39943 - haiku/trunk/src/kits/locale

  • From: zooey@xxxxxxxxxxxxxxx
  • To: haiku-commits@xxxxxxxxxxxxx
  • Date: Sun, 26 Dec 2010 15:01:12 +0100 (CET)

Author: zooey
Date: 2010-12-26 15:01:11 +0100 (Sun, 26 Dec 2010)
New Revision: 39943
Changeset: http://dev.haiku-os.org/changeset/39943

Modified:
   haiku/trunk/src/kits/locale/MutableLocaleRoster.cpp
Log:
* drop TODO as it doesn't apply - catalogs have nothing to do with ICU
  and there are no catalog-specializations for encoding or currency

Modified: haiku/trunk/src/kits/locale/MutableLocaleRoster.cpp
===================================================================
--- haiku/trunk/src/kits/locale/MutableLocaleRoster.cpp 2010-12-26 13:58:57 UTC 
(rev 39942)
+++ haiku/trunk/src/kits/locale/MutableLocaleRoster.cpp 2010-12-26 14:01:11 UTC 
(rev 39943)
@@ -792,9 +792,6 @@
                        // detect dependencies (parenthood) between languages 
(it
                        // traverses from "english_british_oxford" to 
"english_british"
                        // to "english"):
-                       // TODO: use ICU facilities instead, so we can handle 
more
-                       // complex things such as fr_FR@euro, or whatever, 
encodings
-                       // and so on.
                        int32 pos;
                        BString langName(lang);
                        BCatalogAddOn* currCatalog = catalog;


Other related posts:

  • » [haiku-commits] r39943 - haiku/trunk/src/kits/locale - zooey