From ce5bc205b13d17787f199a6170b15e9bda406ef1 Mon Sep 17 00:00:00 2001 From: Oliver Tappe Date: Sun, 26 Dec 2010 14:01:11 +0000 Subject: [PATCH] * drop TODO as it doesn't apply - catalogs have nothing to do with ICU and there are no catalog-specializations for encoding or currency git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@39943 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/kits/locale/MutableLocaleRoster.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/kits/locale/MutableLocaleRoster.cpp b/src/kits/locale/MutableLocaleRoster.cpp index 53784b6924..6bc37f4331 100644 --- a/src/kits/locale/MutableLocaleRoster.cpp +++ b/src/kits/locale/MutableLocaleRoster.cpp @@ -792,9 +792,6 @@ MutableLocaleRoster::LoadCatalog(const char* signature, const char* language, // 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;